Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
make in-docker IMAGE_TAG=4.3 TARGET='import test GAMESCOPE_CMD='
make in-docker IMAGE_TAG=4.4 TARGET='import test GAMESCOPE_CMD='
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
# Execute commands to build the project
- - "@semantic-release/exec"
- shell: true
prepareCmd: "make in-docker IMAGE_TAG=4.3 TARGET='force-import dist'"
prepareCmd: "make in-docker IMAGE_TAG=4.4 TARGET='force-import dist'"

# Publish artifacts as a GitHub release
- - "@semantic-release/github"
Expand Down
13 changes: 10 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ import: $(IMPORT_DIR) ## Import project assets
$(IMPORT_DIR): $(ALL_EXTENSIONS)
@echo "Importing project assets. This will take some time..."
command -v $(GODOT) > /dev/null 2>&1
timeout --foreground 40 $(GODOT) --headless --editor . > /dev/null 2>&1 || echo "Finished"
$(GODOT) --headless --import > /dev/null 2>&1 || echo "Finished"
touch $(IMPORT_DIR)

.PHONY: force-import
force-import: $(ALL_EXTENSIONS)
@echo "Force importing project assets. This will take some time..."
command -v $(GODOT) > /dev/null 2>&1
timeout --foreground 40 $(GODOT) --headless --editor . > /dev/null 2>&1 || echo "Finished"
timeout --foreground 40 $(GODOT) --headless --editor . > /dev/null 2>&1 || echo "Finished"
$(GODOT) --headless --import > /dev/null 2>&1 || echo "Finished"
$(GODOT) --headless --import > /dev/null 2>&1 || echo "Finished"

.PHONY: extensions
extensions: $(ALL_EXTENSIONS) ## Build engine extensions
Expand Down Expand Up @@ -210,6 +210,13 @@ debug-overlay: $(IMPORT_DIR) ## Run the project in debug mode in gamescope with
docs: docs/api/classes/.generated ## Generate docs
docs/api/classes/.generated: $(IMPORT_DIR) $(ALL_GDSCRIPT)
rm -rf docs/api/classes
mkdir -p docs/api/classes
$(GODOT) \
--editor \
--quit \
--doctool docs/api/classes \
--no-docbase \
--gdextension-docs
$(GODOT) \
--editor \
--path $(PWD) \
Expand Down
2 changes: 1 addition & 1 deletion addons/core/core.gdextension
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[configuration]
entry_symbol = "gdext_rust_init"
compatibility_minimum = 4.3
compatibility_minimum = 4.4
reloadable = false

[libraries]
Expand Down
1 change: 1 addition & 0 deletions addons/core/core.gdextension.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://bsww4m7k7g6e6
1 change: 1 addition & 0 deletions addons/gut/GutScene.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://cpaibewgf20iu
2 changes: 1 addition & 1 deletion addons/gut/GutScene.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://m28heqtswbuq"]

[ext_resource type="Script" path="res://addons/gut/GutScene.gd" id="1_b4m8y"]
[ext_resource type="Script" uid="uid://cpaibewgf20iu" path="res://addons/gut/GutScene.gd" id="1_b4m8y"]
[ext_resource type="PackedScene" uid="uid://duxblir3vu8x7" path="res://addons/gut/gui/NormalGui.tscn" id="2_j6ywb"]
[ext_resource type="PackedScene" uid="uid://cnqqdfsn80ise" path="res://addons/gut/gui/MinGui.tscn" id="3_3glw1"]

Expand Down
1 change: 1 addition & 0 deletions addons/gut/UserFileViewer.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://vsxx46gw5u05
2 changes: 1 addition & 1 deletion addons/gut/UserFileViewer.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bsm7wtt1gie4v"]

[ext_resource type="Script" path="res://addons/gut/UserFileViewer.gd" id="1"]
[ext_resource type="Script" uid="uid://vsxx46gw5u05" path="res://addons/gut/UserFileViewer.gd" id="1"]

[node name="UserFileViewer" type="Window"]
exclusive = true
Expand Down
1 change: 1 addition & 0 deletions addons/gut/autofree.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://b1e5x8f4w0omj
1 change: 1 addition & 0 deletions addons/gut/awaiter.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://c0iihjufjbehq
1 change: 1 addition & 0 deletions addons/gut/collected_script.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://ddjgqbfcuhg8c
1 change: 1 addition & 0 deletions addons/gut/collected_test.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://jxrj6otvnmao
1 change: 1 addition & 0 deletions addons/gut/comparator.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://nmlr3te411w8
1 change: 1 addition & 0 deletions addons/gut/compare_result.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://cuwcmtg5wfluw
1 change: 1 addition & 0 deletions addons/gut/diff_formatter.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://lgakexkaljut
1 change: 1 addition & 0 deletions addons/gut/diff_tool.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://dopie4yghid81
1 change: 1 addition & 0 deletions addons/gut/double_tools.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://dbogbr2d8mc0m
1 change: 1 addition & 0 deletions addons/gut/doubler.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://bnhxnpcfkh1m7
1 change: 1 addition & 0 deletions addons/gut/fonts/AnonymousPro-Bold.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/AnonymousPro-BoldItalic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/AnonymousPro-Italic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/AnonymousPro-Regular.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/CourierPrime-Bold.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/CourierPrime-BoldItalic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/CourierPrime-Italic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/CourierPrime-Regular.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/LobsterTwo-Bold.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/LobsterTwo-BoldItalic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/LobsterTwo-Italic.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/fonts/LobsterTwo-Regular.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Expand Down
1 change: 1 addition & 0 deletions addons/gut/gui/BottomPanelShortcuts.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://dx23nv33xl7l7
2 changes: 1 addition & 1 deletion addons/gut/gui/BottomPanelShortcuts.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://bsk32dh41b4gs"]

[ext_resource type="PackedScene" uid="uid://sfb1fw8j6ufu" path="res://addons/gut/gui/ShortcutButton.tscn" id="1"]
[ext_resource type="Script" path="res://addons/gut/gui/BottomPanelShortcuts.gd" id="2"]
[ext_resource type="Script" uid="uid://dx23nv33xl7l7" path="res://addons/gut/gui/BottomPanelShortcuts.gd" id="2"]

[node name="BottomPanelShortcuts" type="Popup"]
title = "Shortcuts"
Expand Down
1 change: 1 addition & 0 deletions addons/gut/gui/GutBottomPanel.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://bcm8qdq185ejr
6 changes: 3 additions & 3 deletions addons/gut/gui/GutBottomPanel.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=10 format=3 uid="uid://b3bostcslstem"]

[ext_resource type="Script" path="res://addons/gut/gui/GutBottomPanel.gd" id="1"]
[ext_resource type="Script" uid="uid://bcm8qdq185ejr" path="res://addons/gut/gui/GutBottomPanel.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://bsk32dh41b4gs" path="res://addons/gut/gui/BottomPanelShortcuts.tscn" id="2"]
[ext_resource type="PackedScene" uid="uid://0yunjxtaa8iw" path="res://addons/gut/gui/RunAtCursor.tscn" id="3"]
[ext_resource type="Texture2D" uid="uid://cr6tvdv0ve6cv" path="res://addons/gut/gui/play.png" id="4"]
Expand All @@ -9,7 +9,7 @@

[sub_resource type="Shortcut" id="9"]

[sub_resource type="Image" id="Image_4maas"]
[sub_resource type="Image" id="Image_p7oqn"]
data = {
"data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0),
"format": "RGBA8",
Expand All @@ -19,7 +19,7 @@ data = {
}

[sub_resource type="ImageTexture" id="ImageTexture_umaha"]
image = SubResource("Image_4maas")
image = SubResource("Image_p7oqn")

[node name="GutBottomPanel" type="Control"]
custom_minimum_size = Vector2(250, 250)
Expand Down
1 change: 1 addition & 0 deletions addons/gut/gui/GutControl.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://dsh0j8dkmiw3o
2 changes: 1 addition & 1 deletion addons/gut/gui/GutControl.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://4jb53yqktyfg"]

[ext_resource type="Script" path="res://addons/gut/gui/GutControl.gd" id="1_eprql"]
[ext_resource type="Script" uid="uid://dsh0j8dkmiw3o" path="res://addons/gut/gui/GutControl.gd" id="1_eprql"]

[node name="GutControl" type="Control"]
layout_mode = 3
Expand Down
1 change: 1 addition & 0 deletions addons/gut/gui/GutRunner.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://crvsc2rdejoou
2 changes: 1 addition & 1 deletion addons/gut/gui/GutRunner.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://bqy3ikt6vu4b5"]

[ext_resource type="Script" path="res://addons/gut/gui/GutRunner.gd" id="1"]
[ext_resource type="Script" uid="uid://crvsc2rdejoou" path="res://addons/gut/gui/GutRunner.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://m28heqtswbuq" path="res://addons/gut/GutScene.tscn" id="2_6ruxb"]

[node name="GutRunner" type="Node2D"]
Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gui/MinGui.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource type="Theme" uid="uid://cstkhwkpajvqu" path="res://addons/gut/gui/GutSceneTheme.tres" id="1_farmq"]
[ext_resource type="FontFile" uid="uid://bnh0lslf4yh87" path="res://addons/gut/fonts/CourierPrime-Regular.ttf" id="2_a2e2l"]
[ext_resource type="Script" path="res://addons/gut/gui/gut_gui.gd" id="2_eokrf"]
[ext_resource type="Script" uid="uid://dmbre75ny06ua" path="res://addons/gut/gui/gut_gui.gd" id="2_eokrf"]
[ext_resource type="PackedScene" uid="uid://bvrqqgjpyouse" path="res://addons/gut/gui/ResizeHandle.tscn" id="4_xrhva"]

[node name="Min" type="Panel"]
Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gui/NormalGui.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://duxblir3vu8x7"]

[ext_resource type="Theme" uid="uid://cstkhwkpajvqu" path="res://addons/gut/gui/GutSceneTheme.tres" id="1_5hlsm"]
[ext_resource type="Script" path="res://addons/gut/gui/gut_gui.gd" id="2_fue6q"]
[ext_resource type="Script" uid="uid://dmbre75ny06ua" path="res://addons/gut/gui/gut_gui.gd" id="2_fue6q"]
[ext_resource type="FontFile" uid="uid://bnh0lslf4yh87" path="res://addons/gut/fonts/CourierPrime-Regular.ttf" id="2_u5uc1"]
[ext_resource type="PackedScene" uid="uid://bvrqqgjpyouse" path="res://addons/gut/gui/ResizeHandle.tscn" id="4_2r8a8"]

Expand Down
1 change: 1 addition & 0 deletions addons/gut/gui/OutputText.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://bkk1lq0djrrjg
Loading