Add magnetometer

This commit is contained in:
Andrew Cassidy 2020-07-06 17:16:10 -07:00
parent 1671a65656
commit c1d7fba64d
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
5 changed files with 24 additions and 1 deletions

@ -1 +1 @@
Subproject commit d96f5a5e9414906d09be01b24d71690feacd8d53
Subproject commit d2070d816c135e471be1d1bc2429cb2e98be3198

View File

@ -186,3 +186,26 @@
}
}
}
// Magnetometer Boom
@PART[Magnetometer]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Science/restock-magnetometer-1
}
@MODULE[ModuleDeployablePart]
{
@animationName = Deploy
@breakName = Base
}
MODULE
{
name = ModuleRestockDepthMask
maskTransform = DepthMask
}
}