-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from Maaack/update-template
Update template files and plugin
- Loading branch information
Showing
31 changed files
with
162 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+60.4 KB
addons/maaacks_game_template/media/Options-Icon-black-transparent-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[gd_scene load_steps=3 format=3 uid="uid://cu0qnbs756dtp"] | ||
[gd_scene load_steps=3 format=3 uid="uid://dr4t3e5fmbhnx"] | ||
|
||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/LoadingScreen/LoadingScreen.tscn" id="1_mivop"] | ||
[ext_resource type="Script" path="res://scenes/LoadingScreen/LoadingScreen.gd" id="2_s2qv1"] | ||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/LoadingScreen/LoadingScreen.tscn" id="1_22dgp"] | ||
[ext_resource type="Script" path="res://scenes/LoadingScreen/LoadingScreen.gd" id="2_oh16l"] | ||
|
||
[node name="LoadingScreen" instance=ExtResource("1_mivop")] | ||
script = ExtResource("2_s2qv1") | ||
[node name="LoadingScreen" instance=ExtResource("1_22dgp")] | ||
script = ExtResource("2_oh16l") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[gd_scene load_steps=3 format=3 uid="uid://oxhkh2bwf440"] | ||
[gd_scene load_steps=3 format=3 uid="uid://boylhkph2uubh"] | ||
|
||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/extras/scenes/LoseScreen/LoseScreen.tscn" id="1_j5us2"] | ||
[ext_resource type="Script" path="res://scenes/LoseScreen/LoseScreen.gd" id="2_3s2qe"] | ||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/extras/scenes/LoseScreen/LoseScreen.tscn" id="1_re3do"] | ||
[ext_resource type="Script" path="res://scenes/LoseScreen/LoseScreen.gd" id="2_j00s5"] | ||
|
||
[node name="LoseScreen" instance=ExtResource("1_j5us2")] | ||
script = ExtResource("2_3s2qe") | ||
[node name="LoseScreen" instance=ExtResource("1_re3do")] | ||
script = ExtResource("2_j00s5") | ||
main_menu_scene = "res://scenes/Menus/MainMenu/MainMenuWithAnimations.tscn" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[gd_scene load_steps=4 format=3 uid="uid://uacjonr6fobv"] | ||
[gd_scene load_steps=4 format=3 uid="uid://2pm27icc6qj5"] | ||
|
||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/Menus/MainMenu/MainMenu.tscn" id="1_qga4p"] | ||
[ext_resource type="PackedScene" path="res://scenes/Menus/OptionsMenu/MasterOptionsMenuWithTabs.tscn" id="2_ir3dh"] | ||
[ext_resource type="PackedScene" path="res://scenes/Credits/Credits.tscn" id="3_fhpuo"] | ||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/Menus/MainMenu/MainMenu.tscn" id="1_4pllm"] | ||
[ext_resource type="PackedScene" path="res://scenes/Menus/OptionsMenu/MasterOptionsMenuWithTabs.tscn" id="2_vyo1v"] | ||
[ext_resource type="PackedScene" path="res://scenes/Credits/Credits.tscn" id="3_xc6r2"] | ||
|
||
[node name="MainMenu" instance=ExtResource("1_qga4p")] | ||
[node name="MainMenu" instance=ExtResource("1_4pllm")] | ||
game_scene_path = "res://scenes/GameScene/GameUI.tscn" | ||
options_packed_scene = ExtResource("2_ir3dh") | ||
credits_packed_scene = ExtResource("3_fhpuo") | ||
options_packed_scene = ExtResource("2_vyo1v") | ||
credits_packed_scene = ExtResource("3_xc6r2") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
[gd_scene load_steps=3 format=3 uid="uid://c8cehdleoso6q"] | ||
[gd_scene load_steps=3 format=3 uid="uid://dfxufkn2gqsab"] | ||
|
||
[ext_resource type="PackedScene" uid="uid://c8vnncjwqcpab" path="res://addons/maaacks_game_template/base/scenes/Menus/OptionsMenu/Audio/AudioOptionsMenu.tscn" id="1_ro573"] | ||
[ext_resource type="Script" path="res://addons/maaacks_game_template/examples/scenes/Menus/OptionsMenu/Audio/AudioOptionsMenu.gd" id="2_g4nfi"] | ||
[ext_resource type="PackedScene" uid="uid://dxj1gsxtlp6v0" path="res://addons/maaacks_game_template/examples/scenes/Menus/OptionsMenu/Audio/AudioInputOptionControl.tscn" id="3_tfrh8"] | ||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/Menus/OptionsMenu/Audio/AudioOptionsMenu.tscn" id="1_wo537"] | ||
[ext_resource type="Script" path="res://scenes/Menus/OptionsMenu/Audio/AudioOptionsMenu.gd" id="2_ywogv"] | ||
|
||
[node name="Audio" instance=ExtResource("1_ro573")] | ||
script = ExtResource("2_g4nfi") | ||
[node name="Audio" instance=ExtResource("1_wo537")] | ||
script = ExtResource("2_ywogv") | ||
|
||
[node name="AudioInputOptionControl" parent="VBoxContainer" index="2" instance=ExtResource("3_tfrh8")] | ||
[node name="AudioInputOptionControl" parent="VBoxContainer" index="2"] | ||
layout_mode = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[gd_scene load_steps=4 format=3 uid="uid://hcqhf6rxq1e5"] | ||
[gd_scene load_steps=4 format=3 uid="uid://d0ilxlcb1n60k"] | ||
|
||
[ext_resource type="Script" path="res://scenes/Menus/OptionsMenu/Game/GameOptionsMenu.gd" id="1_jk1rc"] | ||
[ext_resource type="Script" path="res://addons/maaacks_game_template/base/scripts/CaptureFocus.gd" id="2_egdm6"] | ||
[ext_resource type="PackedScene" path="res://scenes/Menus/OptionsMenu/Game/ResetGameControl/ResetGameControl.tscn" id="3_txit3"] | ||
[ext_resource type="Script" path="res://scenes/Menus/OptionsMenu/Game/GameOptionsMenu.gd" id="1_lhyis"] | ||
[ext_resource type="Script" path="res://addons/maaacks_game_template/base/scripts/CaptureFocus.gd" id="2_jajyf"] | ||
[ext_resource type="PackedScene" path="res://scenes/Menus/OptionsMenu/Game/ResetGameControl/ResetGameControl.tscn" id="3_my3k7"] | ||
|
||
[node name="Game" type="MarginContainer"] | ||
anchors_preset = 15 | ||
anchor_right = 1.0 | ||
anchor_bottom = 1.0 | ||
theme_override_constants/margin_top = 24 | ||
theme_override_constants/margin_bottom = 24 | ||
script = ExtResource("1_jk1rc") | ||
script = ExtResource("1_lhyis") | ||
|
||
[node name="VBoxContainer" type="VBoxContainer" parent="."] | ||
custom_minimum_size = Vector2(400, 0) | ||
layout_mode = 2 | ||
size_flags_horizontal = 4 | ||
alignment = 1 | ||
script = ExtResource("2_egdm6") | ||
script = ExtResource("2_jajyf") | ||
search_depth = 2 | ||
|
||
[node name="ResetGameControl" parent="VBoxContainer" instance=ExtResource("3_txit3")] | ||
[node name="ResetGameControl" parent="VBoxContainer" instance=ExtResource("3_my3k7")] | ||
layout_mode = 2 | ||
|
||
[connection signal="reset_confirmed" from="VBoxContainer/ResetGameControl" to="." method="_on_ResetGameControl_reset_confirmed"] |
6 changes: 3 additions & 3 deletions
6
scenes/Menus/OptionsMenu/Game/ResetGameControl/ResetGameControl.tscn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[gd_scene load_steps=3 format=3 uid="uid://l5i31075k8eo"] | ||
[gd_scene load_steps=3 format=3 uid="uid://dn6xaimgwkpaf"] | ||
|
||
[ext_resource type="PackedScene" uid="uid://dp3rgqaehb3xu" path="res://addons/maaacks_game_template/base/scenes/Menus/OptionsMenu/Input/InputOptionsMenu.tscn" id="1_j06t6"] | ||
[ext_resource type="Script" path="res://scenes/Menus/OptionsMenu/Input/InputOptionsMenu.gd" id="2_m6wqw"] | ||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/scenes/Menus/OptionsMenu/Input/InputOptionsMenu.tscn" id="1_gffpu"] | ||
[ext_resource type="Script" path="res://scenes/Menus/OptionsMenu/Input/InputOptionsMenu.gd" id="2_6ca4b"] | ||
|
||
[node name="Controls" instance=ExtResource("1_j06t6")] | ||
script = ExtResource("2_m6wqw") | ||
[node name="Controls" instance=ExtResource("1_gffpu")] | ||
script = ExtResource("2_6ca4b") |
Oops, something went wrong.