feat: more realistic time intervals for dragon spawn
This commit is contained in:
parent
787344e5e4
commit
31e9b4770b
2 changed files with 4 additions and 3 deletions
|
@ -24,8 +24,8 @@ NodePath("DragonSpot1"): NodePath("DragonSpot1/StartSpot"),
|
|||
NodePath("DragonSpot2"): NodePath("DragonSpot2/StartSpot"),
|
||||
NodePath("DragonSpot3"): NodePath("DragonSpot3/StartSpot")
|
||||
}
|
||||
min_dragon_instantiation_time = 2.0
|
||||
max_dragon_instantiation_time = 10.0
|
||||
min_dragon_instantiation_time = 60.0
|
||||
max_dragon_instantiation_time = 600.0
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue