diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 193ce14..f340872 100644 --- a/project.godot +++ b/project.godot @@ -18,7 +18,7 @@ config/icon="res://icon.svg" [autoload] Network="*res://Game/Network.tscn" -Client="*res://Game/Client.gd" +Client="*res://Game/Client.tscn" [display] @@ -130,3 +130,4 @@ select_secondary={ renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +textures/vram_compression/import_etc2_astc=true |