From 0abc34655a2c8d54268af422e4bcd0fc1716a2ba Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Thu, 28 Nov 2024 18:52:01 +0100 Subject: [PATCH] Moving to 'Mobile' rendering method --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index e79dd72..95918c6 100644 --- a/project.godot +++ b/project.godot @@ -43,3 +43,7 @@ locale/translation_remaps={} locale/translations=PackedStringArray("res://i18n/storytelling_assistant_fr.po", "res://i18n/storytelling_assistant_en.po") locale/translations_pot_files=PackedStringArray("res://main.tscn", "res://psyline.tscn", "res://traits.tscn") locale/test="fr" + +[rendering] + +renderer/rendering_method="mobile"