wip kingston pike

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-20 10:27:54 -07:00
parent c5b29fde2b
commit 975cca597b
11 changed files with 1569 additions and 4 deletions

View file

@ -72,6 +72,14 @@ var GenericBalconyStage = {
"stage": Stages.BalconyStage,
}
var KnoxvilleTN8225KingstonPike2010s = {
"name": "Knoxville TN (8225 Kingston Pike) 2010s",
"scene": "res://Scenes/FreeRoam/KnoxvilleTN8225KingstonPike2010s.tscn",
"description": "The location at 8255 Kingston Pike in Knoxville Tennessee during the 2010s",
"thumbnail": "res://UI/FreeroamThumbnails/KnoxvilleTN8225KingstonPike2010s.png",
"stage": Stages.Cyber1Stage,
}
var MapIndex = {
"Generic 1-Stage": Generic1Stage,
"Generic 2-Stage": Generic2Stage,
@ -81,5 +89,6 @@ var MapIndex = {
"Generic Cyberamic 3-Stage": GenericCyber3Stage,
"Generic Prototype Road Stage": GenericProtoRoadStage,
"Generic C-Stage": GenericCStage,
"Generic Balcony Stage": GenericBalconyStage
"Generic Balcony Stage": GenericBalconyStage,
"Knoxville TN (8225 Kingston Pike) 2010s": KnoxvilleTN8225KingstonPike2010s
}