mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add surface scanner
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
// Patches applying art changes to ore scanners
|
||||
// Contents:
|
||||
// - Surface Scanning Module (SurfaceScanner)
|
||||
|
||||
// Surface Scanning Module
|
||||
@PART[SurfaceScanner]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Resource/restock-surfacescanner-1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = screenon
|
||||
startEventGUIName = #LOC_Restock_scanner_screen_on // Screen On
|
||||
endEventGUIName = #LOC_Restock_scanner_screen_off // Screen Off
|
||||
actionGUIName = #LOC_Restock_scanner_screen_toggle // Screen Toggle
|
||||
evaDistance = 1.5
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user