putting together in Main scene
This commit is contained in:
23
Countdown.tscn
Normal file
23
Countdown.tscn
Normal 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
|
||||
Reference in New Issue
Block a user