Update GreatTransformation.gd
This commit is contained in:
parent
4bf97a1b76
commit
be6968f66d
1 changed files with 45 additions and 33 deletions
|
@ -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/",
|
||||||
|
@ -41,5 +55,3 @@ var ModInfo = {
|
||||||
"cosmetics": [ ],
|
"cosmetics": [ ],
|
||||||
"cosmetic_defaults": [ ]
|
"cosmetic_defaults": [ ]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue