38 lines
927 B
Plaintext
38 lines
927 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Vintage Wheel Free Trial.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://Start.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 96
|
|
outline_size = 3
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -510.5
|
|
margin_top = -296.5
|
|
margin_right = 510.5
|
|
margin_bottom = 296.5
|
|
custom_colors/font_color = Color( 1, 0, 0.258824, 1 )
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Verteidige Julian for den Frontend Bugs !!!!!"
|
|
align = 1
|
|
valign = 1
|
|
autowrap = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 5.0
|
|
one_shot = true
|
|
autostart = true
|
|
script = ExtResource( 2 )
|
|
|
|
[connection signal="timeout" from="Timer" to="Timer" method="_on_Timer_timeout"]
|