100 lines
3.4 KiB
Text
100 lines
3.4 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://qnji76gh8bjy"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://bkwb4tqap7x7i" path="res://assets/config/bg2.tres" id="1_uaet0"]
|
|
[ext_resource type="Script" path="res://scenes/thingy_event.gd" id="2_x0j35"]
|
|
[ext_resource type="LabelSettings" uid="uid://2iu8q0tylumo" path="res://assets/config/header_bold.tres" id="2_xndpd"]
|
|
[ext_resource type="LabelSettings" uid="uid://c2s3eclr25ots" path="res://assets/config/body.tres" id="3_40siy"]
|
|
[ext_resource type="LabelSettings" uid="uid://xh3q8p65gbti" path="res://assets/config/tiny.tres" id="4_e5d37"]
|
|
[ext_resource type="Texture2D" uid="uid://bsk0t7any1rqg" path="res://events/week_3/mk_preview.png" id="5_b74tb"]
|
|
|
|
[node name="ThingyEvent" type="PanelContainer"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -211.5
|
|
offset_top = -37.0
|
|
offset_right = 211.5
|
|
offset_bottom = 37.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
theme_override_styles/panel = ExtResource("1_uaet0")
|
|
script = ExtResource("2_x0j35")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 16
|
|
theme_override_constants/margin_top = 16
|
|
theme_override_constants/margin_right = 16
|
|
theme_override_constants/margin_bottom = 16
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="Header" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer/Header"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
text = "Loading"
|
|
label_settings = ExtResource("2_xndpd")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Header"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_constants/separation = 0
|
|
alignment = 2
|
|
|
|
[node name="Date" type="Label" parent="MarginContainer/VBoxContainer/Header/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
text = "Soon..."
|
|
label_settings = ExtResource("3_40siy")
|
|
horizontal_alignment = 2
|
|
|
|
[node name="Tagline" type="Label" parent="MarginContainer/VBoxContainer/Header/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
text = "I can hardly wait!"
|
|
label_settings = ExtResource("4_e5d37")
|
|
horizontal_alignment = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
text = "Loading..."
|
|
label_settings = ExtResource("3_40siy")
|
|
autowrap_mode = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(128, 128)
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("5_b74tb")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 2
|
|
|
|
[node name="Yes" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "Apply"
|