summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-11-21 12:06:26 +0100
committertpart <tpart120@proton.me>2024-11-21 12:06:26 +0100
commit8d6ccadf1a82d23a56d6b1ae673a442310804ea6 (patch)
tree9ab46f8a25cbca071f30cd99d052adc0214e4326
parent0df3b8b72b6f68af78b983d1fd3877b007deccfa (diff)
downloadhurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar
hurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar.bz2
hurrycurry-8d6ccadf1a82d23a56d6b1ae673a442310804ea6.tar.zst
Disable integer division warning
-rw-r--r--client/project.godot4
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"