29 lines
718 B
Plaintext
29 lines
718 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://GUI/Countdown Timer.gd" type="Script" id=1]
|
|
[ext_resource path="res://Fonts/AtariClassicSmooth.ttf" type="DynamicFontData" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 40
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="Countdown Timer" type="Label"]
|
|
margin_left = 135.0
|
|
margin_top = 1.0
|
|
margin_right = 335.0
|
|
margin_bottom = 41.0
|
|
rect_min_size = Vector2( 200, 0 )
|
|
rect_scale = Vector2( 0.25, 0.25 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = SubResource( 1 )
|
|
align = 1
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 60.0
|
|
one_shot = true
|
|
autostart = true
|