add curtains to 1-stage

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-05 19:58:52 -07:00
parent 47abd1306e
commit d9c92ccb98
11 changed files with 618 additions and 4 deletions

View file

@ -1,10 +1,10 @@
extends Node
var Generic1Stage = {
"name": "Generic 1 Stage",
"name": "Generic 1-Stage",
"scene": "res://Scenes/FreeRoam/Generic/Generic1Stage.tscn",
"stage": Stages.Cyber1Stage,
"stage_base_path": "Generic1Stage/StageAssets"
"curtains": [ "Curtain" ]
}
var MapIndex = {

View file

@ -430,6 +430,8 @@ var Cyber1Stage = {
52: { "bot": "Spots", "movement": "Munch", "flow_in": "None", "flow_out": "None" },
53: { "bot": "Spots", "movement": "Jasper", "flow_in": "None", "flow_out": "None" },
54: { "bot": "Spots", "movement": "Pasqually", "flow_in": "None", "flow_out": "None" },
61: { "bot": "Curtain", "movement": "Up", "flow_in": 0.2, "flow_out": 0.2 },
62: { "bot": "Curtain", "movement": "Down", "flow_in": 0.2, "flow_out": 0.2 },
65: { "bot": "Floods", "movement": "CEC Red", "flow_in": "None", "flow_out": "None" },
66: { "bot": "Floods", "movement": "CEC Amber", "flow_in": "None", "flow_out": "None" },
67: { "bot": "Floods", "movement": "CEC Blue", "flow_in": "None", "flow_out": "None" },