1234567891011121314151617 |
- [gd_scene load_steps=2 format=3 uid="uid://2wtd5v2wm5ym"]
- [ext_resource type="Script" path="res://scene/ui/speedrun_timer.gd" id="1_bcnba"]
- [node name="SpeedrunTimer" type="Control"]
- layout_mode = 3
- anchors_preset = 2
- anchor_top = 1.0
- anchor_bottom = 1.0
- grow_vertical = 0
- script = ExtResource("1_bcnba")
- [node name="Label" type="Label" parent="."]
- offset_left = -41.0
- offset_top = -26.0
- text = "00:00"
- vertical_alignment = 2
|