imported main menu scene addon

This commit is contained in:
2026-05-10 15:48:56 +02:00
parent 86d9f75161
commit 71c2850a34
458 changed files with 14881 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[gd_scene format=3 uid="uid://l2prmgoscdt0"]
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/nodes/windows/overlaid_window.tscn" id="1_b2dkv"]
[node name="OverlaidWindow" unique_id=1876550858 instance=ExtResource("1_b2dkv")]
custom_minimum_size = Vector2(420, 200)
update_content = true
text = "Click the Win button to progress.
Click the Lose button to try again."
title = "Tutorial"
title_font_size = 20
[node name="TitleLabel" parent="ContentContainer/BoxContainer/TitleMargin/BoxContainer" parent_id_path=PackedInt32Array(1788474031) index="0" unique_id=1049966061]
theme_override_font_sizes/font_size = 20
text = "Tutorial"
[node name="DescriptionLabel" parent="ContentContainer/BoxContainer/BodyMargin" parent_id_path=PackedInt32Array(590613964) index="0" unique_id=617407155]
text = "Click the Win button to progress.
Click the Lose button to try again."

View File

@@ -0,0 +1,19 @@
[gd_scene format=3 uid="uid://byo4w7vrunyfn"]
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/nodes/windows/overlaid_window.tscn" id="1_sjjon"]
[node name="OverlaidWindow" unique_id=902196267 instance=ExtResource("1_sjjon")]
custom_minimum_size = Vector2(420, 200)
update_content = true
text = "Progress is saved.
Pressing Continue from the main menu will load at the last checkpoint."
title = "Tutorial"
title_font_size = 20
[node name="TitleLabel" parent="ContentContainer/BoxContainer/TitleMargin/BoxContainer" parent_id_path=PackedInt32Array(1788474031) index="0" unique_id=1049966061]
theme_override_font_sizes/font_size = 20
text = "Tutorial"
[node name="DescriptionLabel" parent="ContentContainer/BoxContainer/BodyMargin" parent_id_path=PackedInt32Array(590613964) index="0" unique_id=617407155]
text = "Progress is saved.
Pressing Continue from the main menu will load at the last checkpoint."

View File

@@ -0,0 +1,21 @@
[gd_scene format=3 uid="uid://cktxovjiylmpi"]
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/nodes/windows/overlaid_window.tscn" id="1_hy5iy"]
[node name="OverlaidWindow" unique_id=1491564368 instance=ExtResource("1_hy5iy")]
custom_minimum_size = Vector2(420, 200)
update_content = true
text = "The color picker at the bottom-right updates the level state. This change persists until the game is reset.
The label at the bottom-center displays the current input action detected, if any are setup for the project."
title = "Tutorial"
title_font_size = 20
[node name="TitleLabel" parent="ContentContainer/BoxContainer/TitleMargin/BoxContainer" parent_id_path=PackedInt32Array(1788474031) index="0" unique_id=1049966061]
theme_override_font_sizes/font_size = 20
text = "Tutorial"
[node name="DescriptionLabel" parent="ContentContainer/BoxContainer/BodyMargin" parent_id_path=PackedInt32Array(590613964) index="0" unique_id=617407155]
text = "The color picker at the bottom-right updates the level state. This change persists until the game is reset.
The label at the bottom-center displays the current input action detected, if any are setup for the project."