18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://p1a6b3hb5oap"]
|
|
|
|
[ext_resource type="Script" uid="uid://cgw38wosdq5s3" path="res://scripts/countdown_label.gd" id="1_4gdog"]
|
|
|
|
[node name="CountdownTimer" type="Node3D" groups=["timer"]]
|
|
|
|
[node name="CountdownLabel" type="Label3D" parent="."]
|
|
text = "12:00:00"
|
|
font_size = 60
|
|
script = ExtResource("1_4gdog")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 86400.0
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="CountdownLabel" method="_on_timer_timeout"]
|