Path: blob/main/Scripts/R3/GateLight.txt
1319 views
//----------------Sonic CD Gate Light Script------------------//1//--------Scripted by Christian Whitehead 'The Taxman'--------//2//-------Unpacked By Rubberduckycooly's Script Unpacker-------//345sub ObjectDraw6DrawSprite(Object.PropertyValue)7end sub8910sub ObjectStartup11LoadSpriteSheet("R3/Objects2.gif")12// in the spritesheet is using the present palette, but they are only used in the futures13SpriteFrame(-8, -8, 16, 16, 147, 84) // #0 - Green Gate Light14SpriteFrame(-8, -8, 16, 16, 164, 84) // #1 - Yellow Gate Light15end sub161718// ========================19// Editor Subs20// ========================2122sub RSDKDraw23DrawSprite(0)24end sub252627sub RSDKLoad28LoadSpriteSheet("Global/Display.gif")29SpriteFrame(-16, -16, 32, 32, 1, 143) // #0 - "Script" Icon3031SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")32end sub333435