feat: improved dragon walking behaviour

This commit is contained in:
Gerard Gascón 2025-04-10 22:52:28 +02:00
parent b4594bdd43
commit d8419cb9a4
8 changed files with 150 additions and 66 deletions

View file

@ -13,7 +13,8 @@ borderless = true
transparent = true
content_scale_mode = 2
script = ExtResource("1_ctdir")
dragon_speed = 100.0
dragon_speed_min = 50.0
dragon_speed_max = 120.0
dragon = NodePath("Dragon")
draggable = NodePath("DragDropDetector")