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

@@ -10,5 +10,3 @@ var modifier:GUIDEModifier:
func _accepts_drop_data(data:Resource) -> bool:
return data is GUIDEModifier

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://ck5a30syo6bpo"]
[gd_scene format=3 uid="uid://ck5a30syo6bpo"]
[ext_resource type="Script" path="res://addons/guide/editor/modifier_slot/modifier_slot.gd" id="1_273m5"]
[ext_resource type="Script" uid="uid://cmvfuu8u5ubkk" path="res://addons/guide/editor/modifier_slot/modifier_slot.gd" id="1_273m5"]
[node name="LineEdit" type="LineEdit"]
[node name="LineEdit" type="LineEdit" unique_id=993318807]
offset_right = 1920.0
offset_bottom = 31.0
size_flags_horizontal = 3
@@ -10,9 +10,9 @@ size_flags_vertical = 0
text = "Name"
editable = false
context_menu_enabled = false
virtual_keyboard_enabled = false
shortcut_keys_enabled = false
middle_mouse_paste_enabled = false
selecting_enabled = false
drag_and_drop_selection_enabled = false
virtual_keyboard_enabled = false
script = ExtResource("1_273m5")