diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-26 17:13:40 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-26 17:13:40 +0100 |
commit | cb9bb9d1c757b53707c741a3c8c218b513ffb5ec (patch) | |
tree | 1e3741a70672504d71685db98b22f7fe61e0e6cb /project.godot | |
parent | 72863ffa31e27f4c6be862d80472cfb897fccaea (diff) |
next commit
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 |