Path: blob/main/Scripts/Menu/SonicAmy.txt
1319 views
//-----------------Sonic CD Sonic Amy 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/SonicAmy.gif")1516SpriteFrame(-127, -127, 254, 254, 1, 1) // #0 - Sonic and Amy17end sub181920// ========================21// Editor Subs22// ========================2324sub RSDKDraw25DrawSprite(0)26end sub272829sub RSDKLoad30LoadSpriteSheet("Menu/SonicAmy.gif")31SpriteFrame(-127, -127, 254, 254, 1, 1) // #0 - Sonic and Amy3233SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")34end sub353637