bump version and fix a few bugs

This commit is contained in:
Persephone Bubblegum-Holiday 2025-07-08 12:27:44 -07:00
parent c3335e9a31
commit 00183ca308
3 changed files with 11 additions and 10 deletions

View file

@ -126,6 +126,7 @@ dialog_text = "This showtape is not compatible with the currently selected stage
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="SubViewport" type="SubViewport" parent="."] [node name="SubViewport" type="SubViewport" parent="."]
mesh_lod_threshold = 0.0
size = Vector2i(1280, 720) size = Vector2i(1280, 720)
[node name="ColorRect" type="ColorRect" parent="."] [node name="ColorRect" type="ColorRect" parent="."]
@ -265,7 +266,7 @@ offset_right = -40.0
offset_bottom = 16.0 offset_bottom = 16.0
grow_horizontal = 0 grow_horizontal = 0
grow_vertical = 2 grow_vertical = 2
text = "Pneumatic Plaything v0.6" text = "Pneumatic Plaything v0.7"
horizontal_alignment = 2 horizontal_alignment = 2
vertical_alignment = 1 vertical_alignment = 1

View file

@ -425,14 +425,14 @@ var ptt_default_cosmetics = {
}, },
"Modern": "Modern":
{ {
"Munch/Munch/Skeleton3D/PTT Torso": false, "Pasqually/Pasqually/Skeleton3D/PTT Torso": false,
"Munch/Munch/Skeleton3D/PTT Arms": false, "Pasqually/Pasqually/Skeleton3D/PTT Arms": false,
"Munch/Munch/Skeleton3D/PTT Left Hand": false, "Pasqually/Pasqually/Skeleton3D/PTT Left Hand": false,
"Munch/Munch/Skeleton3D/PTT Right Hand": false, "Pasqually/Pasqually/Skeleton3D/PTT Right Hand": false,
"Munch/Munch/Skeleton3D/Modern Torso": true, "Pasqually/Pasqually/Skeleton3D/Modern Torso": true,
"Munch/Munch/Skeleton3D/Modern Arms": true, "Pasqually/Pasqually/Skeleton3D/Modern Arms": true,
"Munch/Munch/Skeleton3D/Modern Left Hand": true, "Pasqually/Pasqually/Skeleton3D/Modern Left Hand": true,
"Munch/Munch/Skeleton3D/Modern Right Hand": true, "Pasqually/Pasqually/Skeleton3D/Modern Right Hand": true,
}, },
}, },

View file

@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="Pneumatic Plaything" config/name="Pneumatic Plaything"
config/version="v0.6" config/version="v0.7"
run/main_scene="uid://oiehbor0dlqx" run/main_scene="uid://oiehbor0dlqx"
config/features=PackedStringArray("4.4", "GL Compatibility") config/features=PackedStringArray("4.4", "GL Compatibility")
boot_splash/show_image=false boot_splash/show_image=false