lots of bugfixes

This commit is contained in:
2023-02-24 17:43:03 +01:00
parent 294abe6b6f
commit 851a9fa99c
7 changed files with 31 additions and 17 deletions

View File

@@ -2,15 +2,15 @@
[ext_resource type="Texture2D" uid="uid://diwxy1fl5m02y" path="res://assets/textures/debug/debugitem_one64.png" id="1_2m632"]
[sub_resource type="CircleShape2D" id="CircleShape2D_2d5dy"]
radius = 30.8058
[sub_resource type="CircleShape2D" id="CircleShape2D_qgi6t"]
radius = 33.1361
[node name="first_debug_tile" type="RigidBody2D"]
[node name="rigid_body_2d" type="RigidBody2D"]
gravity_scale = 0.0
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(0, -4)
texture = ExtResource("1_2m632")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-1, 4)
shape = SubResource("CircleShape2D_2d5dy")
[node name="collision_shape_2d" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_qgi6t")