Path: blob/main/Scripts/Menu/MetalSonic.txt
1319 views
//-----------------Sonic CD Metal Sonic Script----------------//1//--------Scripted by Christian Whitehead 'The Taxman'--------//2//-------Unpacked By Rubberduckycooly's Script Unpacker-------//3//---This Object is normally only used by Mobile Data files---//456sub ObjectDraw7Object.Scale = Object.PropertyValue8Object.Scale <<= 19DrawSpriteFX(0, FX_SCALE, Object.XPos, Object.YPos)10end sub111213sub ObjectStartup14LoadSpriteSheet("Menu/MetalSonic.gif")1516SpriteFrame(-63, -127, 126, 254, 1, 1) // #0 - Metal Sonic17end sub181920// ========================21// Editor Subs22// ========================2324sub RSDKDraw25DrawSprite(0)26end sub272829sub RSDKLoad30LoadSpriteSheet("Menu/MetalSonic.gif")31SpriteFrame(-63, -127, 126, 254, 1, 1) // #0 - Metal Sonic3233SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")34end sub353637