[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 autostart = true [connection signal="timeout" from="TickTimer" to="." method="_on_tick_timer_timeout"]