updating project files
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled

This commit is contained in:
2026-01-28 09:50:10 +01:00
parent 119850a7b4
commit af1f6da98d
656 changed files with 12395 additions and 5889 deletions

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=4 format=3 uid="uid://fybssggvts5q"]
[gd_scene format=3 uid="uid://fybssggvts5q"]
[ext_resource type="Script" uid="uid://x734txqgcn84" path="res://menus/scenes/menus/level_select_menu/level_select_menu.gd" id="1_wxb4a"]
[ext_resource type="Script" uid="uid://1nf36h0gms3q" path="res://addons/maaacks_game_template/base/scripts/capture_focus.gd" id="2_oixp6"]
[ext_resource type="Script" uid="uid://wjq7li836lwj" path="res://addons/maaacks_game_template/extras/scripts/scene_lister.gd" id="3_stdqw"]
[node name="LevelSelectMenu" type="Control"]
[node name="LevelSelectMenu" type="Control" unique_id=563880329]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -13,7 +13,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_wxb4a")
[node name="Control" type="Control" parent="."]
[node name="Control" type="Control" parent="." unique_id=1101174528]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -22,7 +22,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("2_oixp6")
[node name="LevelButtonsContainer" type="ItemList" parent="Control"]
[node name="LevelButtonsContainer" type="ItemList" parent="Control" unique_id=1635354252]
unique_name_in_owner = true
custom_minimum_size = Vector2(400, 0)
layout_mode = 1
@@ -41,7 +41,7 @@ auto_height = true
item_count = 1
item_0/text = "1 - ExampleLevel"
[node name="SceneLister" type="Node" parent="."]
[node name="SceneLister" type="Node" parent="." unique_id=149935027]
script = ExtResource("3_stdqw")
files = Array[String](["res://maps/level1.tscn", "res://maps/city.tscn", "res://maps/GYMs/enemies.tscn", "res://maps/GYMs/metrics.tscn"])
directory = "res://menus/scenes/game_scene/levels"