feat: more realistic time intervals for dragon spawn

This commit is contained in:
Gerard Gascón 2025-04-15 22:37:26 +02:00
parent 787344e5e4
commit 31e9b4770b
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,8 @@ size = Vector2(108, 108)
script = ExtResource("1_jccds")
dragon = NodePath("CollisionShape2D/Dragon")
animation_duration = 7.0
max_exit_time = 10.0
min_exit_time = 60.0
max_exit_time = 600.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-2, -4)