feat: instantiate dragons with initial animation
This commit is contained in:
parent
48b6cd42cf
commit
c422a83f59
6 changed files with 62 additions and 9 deletions
|
@ -22,6 +22,8 @@ dragon_spots = [NodePath("DragonSpot1"), NodePath("DragonSpot2"), NodePath("Drag
|
|||
hat_outfits = ExtResource("4_85g3d")
|
||||
shirt_outfits = ExtResource("5_choun")
|
||||
shoes_outfits = ExtResource("6_ya4ey")
|
||||
min_dragon_instantiation_time = 2.0
|
||||
max_dragon_instantiation_time = 10.0
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue