From 00183ca308753536e02ea8dacf3631f504392c0c Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Tue, 8 Jul 2025 12:27:44 -0700 Subject: [PATCH] bump version and fix a few bugs --- Scenes/GUI/EditorScreen.tscn | 3 ++- Scripts/EditorScreen.gd | 16 ++++++++-------- project.godot | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Scenes/GUI/EditorScreen.tscn b/Scenes/GUI/EditorScreen.tscn index 0110564..1f7e589 100644 --- a/Scenes/GUI/EditorScreen.tscn +++ b/Scenes/GUI/EditorScreen.tscn @@ -126,6 +126,7 @@ dialog_text = "This showtape is not compatible with the currently selected stage [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] [node name="SubViewport" type="SubViewport" parent="."] +mesh_lod_threshold = 0.0 size = Vector2i(1280, 720) [node name="ColorRect" type="ColorRect" parent="."] @@ -265,7 +266,7 @@ offset_right = -40.0 offset_bottom = 16.0 grow_horizontal = 0 grow_vertical = 2 -text = "Pneumatic Plaything v0.6" +text = "Pneumatic Plaything v0.7" horizontal_alignment = 2 vertical_alignment = 1 diff --git a/Scripts/EditorScreen.gd b/Scripts/EditorScreen.gd index c92c86b..dcab260 100644 --- a/Scripts/EditorScreen.gd +++ b/Scripts/EditorScreen.gd @@ -425,14 +425,14 @@ var ptt_default_cosmetics = { }, "Modern": { - "Munch/Munch/Skeleton3D/PTT Torso": false, - "Munch/Munch/Skeleton3D/PTT Arms": false, - "Munch/Munch/Skeleton3D/PTT Left Hand": false, - "Munch/Munch/Skeleton3D/PTT Right Hand": false, - "Munch/Munch/Skeleton3D/Modern Torso": true, - "Munch/Munch/Skeleton3D/Modern Arms": true, - "Munch/Munch/Skeleton3D/Modern Left Hand": true, - "Munch/Munch/Skeleton3D/Modern Right Hand": true, + "Pasqually/Pasqually/Skeleton3D/PTT Torso": false, + "Pasqually/Pasqually/Skeleton3D/PTT Arms": false, + "Pasqually/Pasqually/Skeleton3D/PTT Left Hand": false, + "Pasqually/Pasqually/Skeleton3D/PTT Right Hand": false, + "Pasqually/Pasqually/Skeleton3D/Modern Torso": true, + "Pasqually/Pasqually/Skeleton3D/Modern Arms": true, + "Pasqually/Pasqually/Skeleton3D/Modern Left Hand": true, + "Pasqually/Pasqually/Skeleton3D/Modern Right Hand": true, }, }, diff --git a/project.godot b/project.godot index 4b8bb8c..3c066e0 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Pneumatic Plaything" -config/version="v0.6" +config/version="v0.7" run/main_scene="uid://oiehbor0dlqx" config/features=PackedStringArray("4.4", "GL Compatibility") boot_splash/show_image=false