diff options
author | tpart <tpart120@proton.me> | 2024-11-21 12:06:26 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-11-21 12:06:26 +0100 |
commit | 8d6ccadf1a82d23a56d6b1ae673a442310804ea6 (patch) | |
tree | 9ab46f8a25cbca071f30cd99d052adc0214e4326 /client | |
parent | 0df3b8b72b6f68af78b983d1fd3877b007deccfa (diff) | |
download | hurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar hurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar.bz2 hurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar.zst |
Disable integer division warning
Diffstat (limited to 'client')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index a33beb12..a0b11050 100644 --- a/client/project.godot +++ b/client/project.godot @@ -26,6 +26,10 @@ DisableWrongJoypads="*res://disable_wrong_joypads.gd" InputManager="*res://menu/settings/input/input_manager.gd" ServerList="*res://server_list.gd" +[debug] + +gdscript/warnings/integer_division=0 + [display] window/stretch/mode="canvas_items" |