diff --git a/Scenes/GUI/EditorScreen.tscn b/Scenes/GUI/EditorScreen.tscn index ac794ca..7b68c54 100644 --- a/Scenes/GUI/EditorScreen.tscn +++ b/Scenes/GUI/EditorScreen.tscn @@ -205,7 +205,7 @@ offset_top = 4.0 offset_right = 260.0 offset_bottom = 36.0 selected = 1 -item_count = 6 +item_count = 8 popup/item_0/text = "Official Stages" popup/item_0/id = 0 popup/item_0/separator = true @@ -213,13 +213,17 @@ popup/item_1/text = "Balcony Stage" popup/item_1/id = 1 popup/item_2/text = "C-Stage" popup/item_2/id = 2 -popup/item_3/text = "Custom Stages" -popup/item_3/id = 5 -popup/item_3/separator = true -popup/item_4/text = "Helen House" -popup/item_4/id = 6 -popup/item_5/text = "Chuck E's Corner" -popup/item_5/id = 7 +popup/item_3/text = "Prototype Road Stage" +popup/item_3/id = 3 +popup/item_4/text = "Cyber 3-Stage" +popup/item_4/id = 4 +popup/item_5/text = "Custom Stages" +popup/item_5/id = 5 +popup/item_5/separator = true +popup/item_6/text = "Helen House" +popup/item_6/id = 6 +popup/item_7/text = "Chuck E's Corner" +popup/item_7/id = 7 [node name="MenuButton" type="MenuButton" parent="MenuBar"] layout_mode = 0 @@ -266,7 +270,7 @@ offset_right = -40.0 offset_bottom = 16.0 grow_horizontal = 0 grow_vertical = 2 -text = "Pneumatic Plaything v0.6.1" +text = "Pneumatic Plaything v0.7" horizontal_alignment = 2 vertical_alignment = 1 diff --git a/project.godot b/project.godot index 32c64b7..9923792 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="Pneumatic Plaything" config/description="Animatronic Simulator" -config/version="v0.6.1" +config/version="v0.7" run/main_scene="uid://oiehbor0dlqx" config/features=PackedStringArray("4.4", "GL Compatibility") boot_splash/show_image=false