diff --git a/slides/featureContent.tscn b/slides/featureContent.tscn index 8c01bc5..03d6581 100644 --- a/slides/featureContent.tscn +++ b/slides/featureContent.tscn @@ -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") diff --git a/slides/title.tscn b/slides/title.tscn index 9bc1d10..c16af48 100644 --- a/slides/title.tscn +++ b/slides/title.tscn @@ -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"] diff --git a/tools/presentation.tscn b/tools/presentation.tscn index 2248b9f..12ab83d 100644 --- a/tools/presentation.tscn +++ b/tools/presentation.tscn @@ -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 diff --git a/widgets/footer.gd b/widgets/footer.gd index a14605c..0fcf220 100644 --- a/widgets/footer.gd +++ b/widgets/footer.gd @@ -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 diff --git a/widgets/header.gd b/widgets/header.gd index 99f2f24..d9d4988 100644 --- a/widgets/header.gd +++ b/widgets/header.gd @@ -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 diff --git a/widgets/header.tscn b/widgets/header.tscn index 21a3485..4795470 100644 --- a/widgets/header.tscn +++ b/widgets/header.tscn @@ -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