changed player size

This commit is contained in:
Booklordofthedings 2024-08-18 21:07:16 +02:00
parent 56074c3a1f
commit 9ae78abd7d
2 changed files with 12 additions and 6 deletions

View file

@ -4,9 +4,7 @@
[ext_resource type="Texture2D" uid="uid://qcx482jc7pqr" path="res://textures/player.png" id="2_sscjv"]
[ext_resource type="Texture2D" uid="uid://diq7y2biwkydf" path="res://textures/Eye Lase.png" id="3_yg3ur"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_jqi2f"]
radius = 9.0
height = 22.0
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31jvr"]
[sub_resource type="CircleShape2D" id="CircleShape2D_vxfel"]
radius = 12.0
@ -19,7 +17,7 @@ speed = 250
jump_strength = 600
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_jqi2f")
shape = SubResource("RectangleShape2D_31jvr")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_sscjv")