init
This commit is contained in:
commit
18efc36800
161 changed files with 5008 additions and 0 deletions
17
scenes/game_manager.tscn
Normal file
17
scenes/game_manager.tscn
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b0ky8bjwk3xp4"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/game_manager.gd" id="1_g2l3u"]
|
||||
|
||||
[node name="GameManager" type="Node"]
|
||||
script = ExtResource("1_g2l3u")
|
||||
|
||||
[node name="GracePeriod" type="Timer" parent="."]
|
||||
wait_time = 7.0
|
||||
one_shot = true
|
||||
|
||||
[node name="EventTimer" type="Timer" parent="."]
|
||||
wait_time = 4.0
|
||||
one_shot = true
|
||||
|
||||
[connection signal="timeout" from="GracePeriod" to="." method="_on_grace_period_timeout"]
|
||||
[connection signal="timeout" from="EventTimer" to="." method="_on_event_timer_timeout"]
|
Loading…
Add table
Add a link
Reference in a new issue