dynamic menu and menu music
This commit is contained in:
parent
1f13716d42
commit
a9efa66b09
18 changed files with 386 additions and 41 deletions
|
@ -6,9 +6,6 @@ var Generic1Stage = {
|
|||
"description": "A generic showroom featuring the 1-Stage.\nInstalled from 1992-1998.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/Generic1Stage.png",
|
||||
"stage": Stages.Cyber1Stage,
|
||||
"curtains": {
|
||||
"Curtain": [ "1-Stage" ]
|
||||
}
|
||||
}
|
||||
|
||||
var GenericTurntable1Stage = {
|
||||
|
@ -17,9 +14,6 @@ var GenericTurntable1Stage = {
|
|||
"description": "A generic showroom featuring the Turntable 1-Stage.\nInstalled from 1993-1998.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/GenericTurntable1Stage.png",
|
||||
"stage": Stages.Turntable1Stage,
|
||||
"curtains": {
|
||||
"Curtain": [ "1-Stage" ]
|
||||
}
|
||||
}
|
||||
|
||||
var Generic12Stage = {
|
||||
|
@ -28,9 +22,6 @@ var Generic12Stage = {
|
|||
"description": "A generic showroom featuring the 1-Stage with 2-Stage props.\nInstalled from 1992-2011.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/Generic12Stage.png",
|
||||
"stage": Stages.Cyber12Stage,
|
||||
"curtains": {
|
||||
"Curtain": [ "1-Stage" ]
|
||||
}
|
||||
}
|
||||
|
||||
var Generic2Stage = {
|
||||
|
@ -39,9 +30,6 @@ var Generic2Stage = {
|
|||
"description": "A generic showroom featuring the 2-Stage.\nInstalled from 1992-1997.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/Generic2Stage.png",
|
||||
"stage": Stages.Cyber2Stage,
|
||||
"curtains": {
|
||||
"Curtains": [ "CEC", "Main" ]
|
||||
}
|
||||
}
|
||||
|
||||
var GenericMiniUnit1Stage = {
|
||||
|
@ -50,7 +38,6 @@ var GenericMiniUnit1Stage = {
|
|||
"description": "A generic showroom featuring the Mini Unit 1-Stage.\nInstalled from 1992-1994.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/GenericMini1Stage.png",
|
||||
"stage": Stages.MiniUnit1Stage,
|
||||
"curtains": [ ]
|
||||
}
|
||||
|
||||
var GenericCyber3Stage = {
|
||||
|
@ -59,7 +46,6 @@ var GenericCyber3Stage = {
|
|||
"description": "A generic showroom featuring the Cyberamic 3-Stage.\nInstalled in 2000 and 2017.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/GenericCyber3Stage.png",
|
||||
"stage": Stages.Cyber3Stage,
|
||||
"curtains": [ ]
|
||||
}
|
||||
|
||||
var MapIndex = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue