This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-25 21:37:20 -07:00
parent e3d080baa6
commit 86529578fc
4 changed files with 46 additions and 2 deletions

View file

@ -1186,7 +1186,7 @@ var StatenIsland1Stage = {
}
var CEI3Stage = {
"bits": 64,
"bits": 66,
"scene": "res://Scenes/EditorStages/3Stage.tscn",
"scene_ref_base": "SubViewport/3Stage/",
"camera_count": 4,
@ -1217,6 +1217,8 @@ var CEI3Stage = {
41: { "bot": "Helen", "movement": "Body Lean", "flow_in": 1.0, "flow_out": 0.8 },
118: { "bot": "Building", "movement": "Up", "flow_in": 0.5, "flow_out": 0.5 },
119: { "bot": "Building", "movement": "Mouth", "flow_in": 3.0, "flow_out": 3.0 },
120: { "bot": "Moon", "movement": "Up", "flow_in": 0.5, "flow_out": 0.5 },
121: { "bot": "Moon", "movement": "Mouth", "flow_in": 3.0, "flow_out": 3.0 },
124: { "bot": "Spots", "movement": "Chuck", "flow_in": "None", "flow_out": "None" },
125: { "bot": "Spots", "movement": "Helen", "flow_in": "None", "flow_out": "None" },
126: { "bot": "Spots", "movement": "Munch", "flow_in": "None", "flow_out": "None" },