Update GreatTransformation.gd

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-06 21:53:56 -07:00
parent 4bf97a1b76
commit be6968f66d

View file

@ -7,7 +7,21 @@ var ModInfo = {
"mod_description": "Embark on a magical journey featuring the cutest cheerleader, Anita!\nSmells like a treated lake and waterlogged wood.\n\nAnita is from the game \"oneway.exe\".\nThis mod is not associated with Disordered Media or Adair Carnival of Family Magic.", "mod_description": "Embark on a magical journey featuring the cutest cheerleader, Anita!\nSmells like a treated lake and waterlogged wood.\n\nAnita is from the game \"oneway.exe\".\nThis mod is not associated with Disordered Media or Adair Carnival of Family Magic.",
"implements_stages": "implements_stages":
{ {
"Great Transformation": { "Great Transformation": GreatTransformationStage
},
"implements_maps":
{
"Great Transformation":
{
"name": "Great Transformation",
"scene": "res://LoadedModContent/GreatTransformation/FreeRoam/GreatTransformation.tscn",
"stage": GreatTransformationStage,
"curtains": [ ]
}
}
}
var GreatTransformationStage = {
"bits": 19, "bits": 19,
"scene": "res://LoadedModContent/GreatTransformation/Stages/GreatTransformation.tscn", "scene": "res://LoadedModContent/GreatTransformation/Stages/GreatTransformation.tscn",
"scene_ref_base": "SubViewport/GreatTransformation/", "scene_ref_base": "SubViewport/GreatTransformation/",
@ -40,6 +54,4 @@ var ModInfo = {
"cosmetics": [ ], "cosmetics": [ ],
"cosmetic_defaults": [ ] "cosmetic_defaults": [ ]
}
}
} }