bump version and fix a few bugs
This commit is contained in:
parent
c3335e9a31
commit
00183ca308
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue