summaryrefslogtreecommitdiff
path: root/stage/stage.tscn
blob: 8e5706613a345c913c035c46292b1088eeb50b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[gd_scene load_steps=3 format=3 uid="uid://ivf0v2snsls5"]

[ext_resource type="Script" path="res://stage/stage.gd" id="1_8ax4l"]
[ext_resource type="PackedScene" uid="uid://ciyxysx3rwjhf" path="res://ui/hud.tscn" id="5_gnx55"]

[node name="Stage" type="Node2D"]
script = ExtResource("1_8ax4l")

[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 256.0
offset_bottom = 144.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.419608, 0.65098, 0.290196, 1)

[node name="Opponents" type="Node2D" parent="."]
unique_name_in_owner = true

[node name="HUD" parent="." instance=ExtResource("5_gnx55")]

[node name="TickTimer" type="Timer" parent="."]
wait_time = 2.0
one_shot = true
autostart = true

[connection signal="timeout" from="TickTimer" to="." method="_on_tick_timer_timeout"]