gd: added menu template
This commit is contained in:
25
menus/scenes/game_scene/tutorials/tutorial_2.tscn
Normal file
25
menus/scenes/game_scene/tutorials/tutorial_2.tscn
Normal file
@ -0,0 +1,25 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dxrk0tt7ciipu"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/overlaid_menu/overlaid_menu.tscn" id="1_cg7og"]
|
||||
|
||||
[node name="Tutorial2" instance=ExtResource("1_cg7og")]
|
||||
|
||||
[node name="MenuPanelContainer" parent="." index="1"]
|
||||
offset_left = -206.0
|
||||
offset_top = -75.0
|
||||
offset_right = 215.0
|
||||
offset_bottom = 76.0
|
||||
|
||||
[node name="BoxContainer" parent="MenuPanelContainer/MarginContainer" index="0"]
|
||||
theme_override_constants/separation = 16
|
||||
|
||||
[node name="TitleLabel" parent="MenuPanelContainer/MarginContainer/BoxContainer/TitleMargin" index="0"]
|
||||
text = "Tutorial"
|
||||
|
||||
[node name="DescriptionMargin" parent="MenuPanelContainer/MarginContainer/BoxContainer" index="1"]
|
||||
visible = true
|
||||
|
||||
[node name="DescriptionLabel" parent="MenuPanelContainer/MarginContainer/BoxContainer/DescriptionMargin" index="0"]
|
||||
text = "[center]Progress is saved.
|
||||
Pressing Continue from the main menu will load the last level played.[/center]"
|
||||
fit_content = true
|
Reference in New Issue
Block a user