From ce697edd2bc48d67b9c658e747079ad5e93f627b Mon Sep 17 00:00:00 2001 From: Steven Wroblewski Date: Fri, 8 May 2026 22:15:38 +0200 Subject: [PATCH] chore: update Godot import cache --- project.godot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.godot b/project.godot index ab654db..a1eb95e 100644 --- a/project.godot +++ b/project.godot @@ -32,6 +32,10 @@ window/size/viewport_height=720 window/stretch/mode="canvas_items" window/stretch/aspect="expand" +[editor_plugins] + +enabled=PackedStringArray("res://addons/gut/plugin.cfg") + [input_devices] pointing/emulate_touch_from_mouse=true @@ -41,7 +45,3 @@ pointing/emulate_touch_from_mouse=true renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" textures/vram_compression/import_etc2_astc=true - -[editor_plugins] - -enabled=PackedStringArray("res://addons/gut/plugin.cfg")