Debug moonjump and cirno's height adjustment

This commit is contained in:
Marco 2025-06-29 12:50:13 +02:00
commit 49867f849b
2 changed files with 12 additions and 4 deletions

View file

@ -39,8 +39,8 @@
[ext_resource type="Texture2D" uid="uid://cf2855sd3hqty" path="res://Sprites/Actors/Aiming_Reticule_Small.png" id="34_chmen"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fg04g"]
radius = 0.349554
height = 0.811048
radius = 0.342937
height = 0.685874
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2kukh"]
transparency = 1
@ -270,8 +270,7 @@ hframes = 3
vframes = 4
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.101789, 0)
visible = false
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.047, 0)
shape = SubResource("CapsuleShape3D_fg04g")
[node name="MovementModule" type="Node" parent="." node_paths=PackedStringArray("PlayerStorage", "_inputProvider", "HitboxSpriteProvider")]