Push project up
This commit is contained in:
34
scenes/ui/start_screen/start_ui.tscn
Normal file
34
scenes/ui/start_screen/start_ui.tscn
Normal file
@@ -0,0 +1,34 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://da0ok71rkjpx8"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ykbcl0j1wouh" path="res://scenes/ui/start_screen/start_ui.gd" id="1_mwcbl"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_o8har"]
|
||||
font_size = 45
|
||||
font_color = Color(1, 0.10980392, 0.02745098, 1)
|
||||
outline_size = 5
|
||||
|
||||
[node name="start_ui" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_mwcbl")
|
||||
|
||||
[node name="vbox" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="alert" type="Label" parent="vbox"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 6
|
||||
text = "No Game PCK Loaded"
|
||||
label_settings = SubResource("LabelSettings_o8har")
|
||||
uppercase = true
|
||||
Reference in New Issue
Block a user