diff --git a/gdproject/project.godot b/gdproject/project.godot index ff9c54d..ff15748 100644 --- a/gdproject/project.godot +++ b/gdproject/project.godot @@ -62,7 +62,7 @@ enabled=PackedStringArray("res://addons/godot-xr-tools/plugin.cfg") [gui] -theme/custom="res://ui_theme.tres" +theme/custom="res://theme/ui_theme.tres" [layer_names] diff --git a/gdproject/ui_theme.tres b/gdproject/theme/ui_theme.tres similarity index 100% rename from gdproject/ui_theme.tres rename to gdproject/theme/ui_theme.tres