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,15 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://ortn6jb3wljf"]
[gd_scene format=3 uid="uid://ortn6jb3wljf"]
[ext_resource type="Script" path="res://addons/guide/ui/renderers/misc/action_renderer.gd" id="1_140q4"]
[ext_resource type="Script" uid="uid://bdrygt8mymguu" path="res://addons/guide/ui/renderers/misc/action_renderer.gd" id="1_140q4"]
[ext_resource type="Texture2D" uid="uid://diwkvjkss2ie" path="res://addons/guide/ui/renderers/textures/action.svg" id="2_uqvia"]
[node name="ActionRenderer" type="MarginContainer"]
[node name="ActionRenderer" type="MarginContainer" unique_id=1419751944]
process_mode = 3
offset_right = 512.0
offset_bottom = 512.0
size_flags_horizontal = 0
script = ExtResource("1_140q4")
[node name="Action" type="TextureRect" parent="."]
[node name="Action" type="TextureRect" parent="." unique_id=627309789]
unique_name_in_owner = true
layout_mode = 2
texture = ExtResource("2_uqvia")

View File

@@ -1,16 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://bqf4yoind3a82"]
[gd_scene format=3 uid="uid://bqf4yoind3a82"]
[ext_resource type="Script" path="res://addons/guide/ui/renderers/misc/fallback_renderer.gd" id="1_mgm3k"]
[ext_resource type="Script" uid="uid://dah64oq8ican" path="res://addons/guide/ui/renderers/misc/fallback_renderer.gd" id="1_mgm3k"]
[ext_resource type="FontFile" uid="uid://cu8bvod6tnnwr" path="res://addons/guide/ui/renderers/keyboard/Lato-Black.ttf" id="2_5hk8u"]
[node name="FallbackRenderer" type="MarginContainer"]
[node name="FallbackRenderer" type="MarginContainer" unique_id=1386935579]
process_mode = 3
offset_right = 512.0
offset_bottom = 512.0
size_flags_horizontal = 0
script = ExtResource("1_mgm3k")
priority = 100
[node name="Label" type="Label" parent="."]
[node name="Label" type="Label" parent="." unique_id=1671635409]
custom_minimum_size = Vector2(512, 512)
layout_mode = 2
theme_override_fonts/font = ExtResource("2_5hk8u")