From 8d6ccadf1a82d23a56d6b1ae673a442310804ea6 Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 21 Nov 2024 12:06:26 +0100 Subject: Disable integer division warning --- client/project.godot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/project.godot') 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" -- cgit v1.2.3-70-g09d2