This commit is contained in:
Eefschmeef2310 2024-09-27 00:08:13 +10:00
parent 99fa252fba
commit 8c89c15b3e
6 changed files with 14 additions and 7 deletions

View file

@ -11,8 +11,3 @@ extends PanelContainer
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass

View file

@ -37,7 +37,7 @@ func _ready():
#Runs when all children have entered the tree
pass
func _process(delta):
func _process(_delta):
#Runs per frame
pass
#endregion

View file

@ -10,6 +10,9 @@ font_size = 66
font_size = 36
[node name="Header" type="PanelContainer" node_paths=PackedStringArray("title_node", "subtitle_node")]
custom_minimum_size = Vector2(0, 200)
offset_right = 138.0
offset_bottom = 145.0
script = ExtResource("1_h4khk")
title_node = NodePath("VBoxContainer/Title")
subtitle_node = NodePath("VBoxContainer/Subtitle")
@ -20,15 +23,18 @@ texture = ExtResource("2_nq52j")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
alignment = 1
[node name="Title" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Title"
label_settings = SubResource("LabelSettings_mjry0")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Subtitle" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Title"
label_settings = SubResource("LabelSettings_2kr3f")
horizontal_alignment = 1
vertical_alignment = 1