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,9 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://osxulxw2oas3"]
[gd_scene format=3 uid="uid://osxulxw2oas3"]
[ext_resource type="Script" uid="uid://c5wuso5r3dwpw" path="res://addons/maaacks_game_template/base/scenes/credits/scrollable_credits.gd" id="1_hny8b"]
[ext_resource type="Script" uid="uid://cc2wtqasev7le" path="res://addons/maaacks_game_template/base/scenes/credits/credits_label.gd" id="2_g23vg"]
[node name="ScrollableCredits" type="Control"]
[node name="ScrollableCredits" type="Control" unique_id=739150764]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -12,7 +12,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_hny8b")
[node name="CreditsLabel" type="RichTextLabel" parent="."]
[node name="CreditsLabel" type="RichTextLabel" parent="." unique_id=727016042]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=4 format=3 uid="uid://t2dui8ppm3a4"]
[gd_scene format=3 uid="uid://t2dui8ppm3a4"]
[ext_resource type="Script" uid="uid://gmrv6pgchkwc" path="res://addons/maaacks_game_template/base/scenes/credits/auto_scroll_container.gd" id="2_ak7hi"]
[ext_resource type="Script" uid="uid://cc2wtqasev7le" path="res://addons/maaacks_game_template/base/scenes/credits/credits_label.gd" id="3_kngql"]
[ext_resource type="Script" uid="uid://bnub0cq2y0deh" path="res://addons/maaacks_game_template/base/scenes/credits/scrolling_credits.gd" id="4"]
[node name="ScrollingCredits" type="Control"]
[node name="ScrollingCredits" type="Control" unique_id=2047603928]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -13,7 +13,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("4")
[node name="ScrollContainer" type="ScrollContainer" parent="."]
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=1272404281]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
@@ -22,16 +22,16 @@ horizontal_scroll_mode = 0
vertical_scroll_mode = 3
script = ExtResource("2_ak7hi")
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer" unique_id=1363047617]
layout_mode = 2
size_flags_horizontal = 3
[node name="HeaderSpace" type="Control" parent="ScrollContainer/VBoxContainer"]
[node name="HeaderSpace" type="Control" parent="ScrollContainer/VBoxContainer" unique_id=1837101672]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 720)
layout_mode = 2
[node name="CreditsLabel" type="RichTextLabel" parent="ScrollContainer/VBoxContainer"]
[node name="CreditsLabel" type="RichTextLabel" parent="ScrollContainer/VBoxContainer" unique_id=706657377]
unique_name_in_owner = true
custom_minimum_size = Vector2(1280, 0)
layout_mode = 2
@@ -47,7 +47,7 @@ h3_font_size = 32
h4_font_size = 24
max_image_width = 80
[node name="FooterSpace" type="Control" parent="ScrollContainer/VBoxContainer"]
[node name="FooterSpace" type="Control" parent="ScrollContainer/VBoxContainer" unique_id=969582087]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 720)
layout_mode = 2