24 lines
580 B
Plaintext
24 lines
580 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Countdown.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/Oswald-Bold.otf" type="DynamicFontData" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 255
|
|
outline_size = 8
|
|
outline_color = Color( 0.129412, 0.129412, 0.129412, 1 )
|
|
use_filter = true
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="Countdown" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
delay = 5
|
|
|
|
[node name="Number" type="Label" parent="."]
|
|
margin_right = 1920.0
|
|
margin_bottom = 1080.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "3"
|
|
align = 1
|
|
valign = 1
|