GoSlides/widgets/footer.tscn
2024-09-27 16:46:43 +10:00

26 lines
866 B
Text

[gd_scene load_steps=4 format=3 uid="uid://cmlxbj2fr6ivw"]
[ext_resource type="Script" path="res://widgets/footer.gd" id="1_nwsk1"]
[ext_resource type="Texture2D" uid="uid://5girh8nk4p3f" path="res://gradient.tres" id="2_mj3o2"]
[sub_resource type="LabelSettings" id="LabelSettings_2kr3f"]
font_size = 36
[node name="Footer" type="PanelContainer" node_paths=PackedStringArray("text_label")]
custom_minimum_size = Vector2(0, 150)
script = ExtResource("1_nwsk1")
text_label = NodePath("VBoxContainer/Text")
[node name="Gradient" type="TextureRect" parent="."]
layout_mode = 2
texture = ExtResource("2_mj3o2")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
alignment = 1
[node name="Text" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Title"
label_settings = SubResource("LabelSettings_2kr3f")
horizontal_alignment = 1