Path: blob/main/Scripts/Menu/Decorations.txt
1319 views
//----------------Sonic CD Decorations 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 = 1288DrawSpriteFX(Object.PropertyValue, FX_SCALE, Object.XPos, Object.YPos)9end sub101112sub ObjectStartup13LoadSpriteSheet("Menu/MetalSonic.gif")1415SpriteFrame(-32, -64, 64, 128, 191, 384) // #0 - Blue Hexagon16SpriteFrame(-32, -64, 64, 128, 125, 384) // #1 - Green Triangle17SpriteFrame(-32, -64, 64, 128, 59, 384) // #2 - Red Triangle18SpriteFrame(-32, -20, 64, 39, 157, 343) // #3 - ^19SpriteFrame(-20, -32, 39, 64, 114, 275) // #4 - >20SpriteFrame(-32, -32, 64, 64, 49, 317) // #5 - Red Diamond21end sub222324// ========================25// Editor Subs26// ========================2728sub RSDKDraw29DrawSprite(0)30end sub313233sub RSDKLoad34LoadSpriteSheet("Global/Display.gif")35SpriteFrame(-16, -16, 32, 32, 1, 143) // #0 - "Script" Icon3637SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")38end sub394041