diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-28 14:43:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-28 14:43:48 +0200 |
commit | 93d5b4729a44c60bd6bfc46d5491a072c1d35b4c (patch) | |
tree | 95f860202e838f56cbb2632dd95ed0eae2917351 /client/project.godot | |
parent | b5ce47765e9809f09302b406bbe6e66ce1f5b2e4 (diff) | |
download | hurrycurry-93d5b4729a44c60bd6bfc46d5491a072c1d35b4c.tar hurrycurry-93d5b4729a44c60bd6bfc46d5491a072c1d35b4c.tar.bz2 hurrycurry-93d5b4729a44c60bd6bfc46d5491a072c1d35b4c.tar.zst |
clear color black
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index dff42d0e..31df4eac 100644 --- a/client/project.godot +++ b/client/project.godot @@ -199,5 +199,6 @@ locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/o [rendering] textures/vram_compression/import_etc2_astc=true +environment/defaults/default_clear_color=Color(0, 0, 0, 1) anti_aliasing/quality/msaa_2d=1 anti_aliasing/quality/msaa_3d=1 |