From b721c46a0b7bbdb672fee78c842b37c439ea67fd Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Sat, 26 Jul 2025 20:26:07 -0700 Subject: [PATCH] v0.6.1 semi reversions --- Scenes/GUI/EditorScreen.tscn | 22 +++++++++------------- project.godot | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Scenes/GUI/EditorScreen.tscn b/Scenes/GUI/EditorScreen.tscn index 7b68c54..ac794ca 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 = 8 +item_count = 6 popup/item_0/text = "Official Stages" popup/item_0/id = 0 popup/item_0/separator = true @@ -213,17 +213,13 @@ 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 = "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 +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 [node name="MenuButton" type="MenuButton" parent="MenuBar"] layout_mode = 0 @@ -270,7 +266,7 @@ offset_right = -40.0 offset_bottom = 16.0 grow_horizontal = 0 grow_vertical = 2 -text = "Pneumatic Plaything v0.7" +text = "Pneumatic Plaything v0.6.1" horizontal_alignment = 2 vertical_alignment = 1 diff --git a/project.godot b/project.godot index 9923792..32c64b7 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.7" +config/version="v0.6.1" run/main_scene="uid://oiehbor0dlqx" config/features=PackedStringArray("4.4", "GL Compatibility") boot_splash/show_image=false