mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Debug moonjump and cirno's height adjustment
This commit is contained in:
parent
bdc93b93fa
commit
49867f849b
2 changed files with 12 additions and 4 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue