s
This commit is contained in:
parent
99fa252fba
commit
8c89c15b3e
6 changed files with 14 additions and 7 deletions
|
|
@ -11,6 +11,8 @@ font_size = 60
|
|||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -4.0
|
||||
offset_bottom = 4.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_gi6yp")
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ alignment = 1
|
|||
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "[wave amp=50.0 freq=5.0 connected=1][center][font_size=160][color=#FFFFFF]The Awesome Godot Presentation!!![/color][/font_size][/center][/wave]"
|
||||
text = "[wave amp=50.0 freq=5.0 connected=1][center][font_size=160][color=#FFFFFF]Godot: The new kids on the block![/color][/font_size][/center][/wave]"
|
||||
fit_content = true
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="PanelContainer/VBoxContainer"]
|
||||
|
|
|
|||
|
|
@ -32,12 +32,14 @@ size_flags_horizontal = 3
|
|||
size_flags_vertical = 3
|
||||
|
||||
[node name="TitleSlide" parent="Slides" instance=ExtResource("2_t5os2")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="StandardSlide1" parent="Slides" instance=ExtResource("3_o6pbq")]
|
||||
layout_mode = 1
|
||||
|
||||
[node name="StandardSlide2" parent="Slides" instance=ExtResource("3_o6pbq")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Header" parent="Slides/StandardSlide2" index="0"]
|
||||
|
|
@ -48,6 +50,7 @@ subtitle = "This is the third slide"
|
|||
text = "Things are coming along well~"
|
||||
|
||||
[node name="ImageSlide" type="VBoxContainer" parent="Slides"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
@ -81,6 +84,7 @@ text = "This is a caption for the fullscreen content"
|
|||
label_settings = SubResource("LabelSettings_ys6im")
|
||||
|
||||
[node name="VideoSlide" type="VBoxContainer" parent="Slides"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue