diff --git a/project/project.godot b/project/project.godot index 7fb5cfb..bd918da 100644 --- a/project/project.godot +++ b/project/project.godot @@ -28,6 +28,10 @@ Debug="*res://the_gates/scripts/debug-log/debug.gd" Analytics="*res://the_gates/scripts/analytics/analytics.gd" AnalyticsEvents="*res://the_gates/scripts/analytics/analytics_events.gd" +[debug] + +gdscript/warnings/integer_division=0 + [display] window/size/viewport_width=1920 diff --git a/project/the_gates/resources/backend.tres b/project/the_gates/resources/backend.tres index 023f13e..0b8a6b4 100644 --- a/project/the_gates/resources/backend.tres +++ b/project/the_gates/resources/backend.tres @@ -6,4 +6,4 @@ script = ExtResource("1_6ck4k") local_url = "http://127.0.0.1:8000" remote_url = "http://95.163.241.188:8000" -host_type = 0 +host_type = 1