lots of bugfixes
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user