feat: properly scale instantiated dragons

This commit is contained in:
Gerard Gascón 2025-04-05 12:42:16 +02:00
parent a169e953c3
commit 09586aaa5e
5 changed files with 12 additions and 5 deletions

View file

@ -10,6 +10,7 @@ size = Vector2(128, 128)
script = ExtResource("1_jccds")
[node name="Dragon" parent="." instance=ExtResource("2_l1h0r")]
position = Vector2(-64, -64)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 1)

View file

@ -7,3 +7,4 @@
[node name="Sprite" type="Sprite2D" parent="."]
position = Vector2(0, 1)
texture = ExtResource("1_ixu8j")
offset = Vector2(64, 64)