c stage freeroam map and update c stage model

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-19 13:59:48 -07:00
parent 6437c0d84e
commit 21283c4a2c
11 changed files with 580 additions and 79 deletions

View file

@ -56,6 +56,14 @@ var GenericProtoRoadStage = {
"stage": Stages.ProtoRoadStage,
}
var GenericCStage = {
"name": "Generic C-Stage",
"scene": "res://Scenes/FreeRoam/Generic/GenericCStage.tscn",
"description": "A generic showroom featuring the C-Stage.\nInstalled from 1988-1991.",
"thumbnail": "res://UI/FreeroamThumbnails/GenericCStage.png",
"stage": Stages.CStage,
}
var MapIndex = {
"Generic 1-Stage": Generic1Stage,
"Generic 2-Stage": Generic2Stage,
@ -63,5 +71,6 @@ var MapIndex = {
"Generic Turntable 1-Stage": GenericTurntable1Stage,
"Generic 1-Stage w 2-Stage Props": Generic12Stage,
"Generic Cyberamic 3-Stage": GenericCyber3Stage,
"Generic Prototype Road Stage": GenericProtoRoadStage
"Generic Prototype Road Stage": GenericProtoRoadStage,
"Generic C-Stage": GenericCStage
}