fix: dragon sprite was getting cut
This commit is contained in:
parent
b78167f24d
commit
9f2b78c1bd
3 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://baa8gpicw2yg0" path="res://scenes/dragons/dragon_sprite.tscn" id="2_l1h0r"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6eaxg"]
|
||||
size = Vector2(76, 88)
|
||||
size = Vector2(108, 108)
|
||||
|
||||
[node name="Dragon" type="Area2D" node_paths=PackedStringArray("dragon")]
|
||||
script = ExtResource("1_jccds")
|
||||
|
@ -14,8 +14,8 @@ min_exit_time = 60.0
|
|||
max_exit_time = 600.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-2, 6)
|
||||
position = Vector2(-2, -4)
|
||||
shape = SubResource("RectangleShape2D_6eaxg")
|
||||
|
||||
[node name="Dragon" parent="CollisionShape2D" instance=ExtResource("2_l1h0r")]
|
||||
position = Vector2(-38, -44)
|
||||
position = Vector2(-54, -54)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue