First Prototype
This commit is contained in:
parent
e18beb6c4c
commit
9e3349eec3
40 changed files with 1100 additions and 48 deletions
|
|
@ -8,11 +8,12 @@
|
|||
script = ExtResource("1_napbe")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("3_sjgkj")]
|
||||
position = Vector2(-24, 0)
|
||||
position = Vector2(-16, -88)
|
||||
|
||||
[node name="Map" parent="." instance=ExtResource("3_vpriv")]
|
||||
|
||||
[node name="StormTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[connection signal="death" from="Player" to="." method="_on_player_death"]
|
||||
[connection signal="timeout" from="StormTimer" to="." method="_on_storm_timer_timeout"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue