putting together in Main scene

This commit is contained in:
2020-10-30 15:23:13 +01:00
parent e528d2ec7f
commit edc4b5630d
16 changed files with 433 additions and 188 deletions

23
Countdown.tscn Normal file
View File

@@ -0,0 +1,23 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Countdown.gd" type="Script" id=1]
[ext_resource path="res://Oswald-Bold.otf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 255
outline_size = 20
outline_color = Color( 0.145098, 0.145098, 0.145098, 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