sevivon-prototype

[RADIOACTIVE] a concept version of sevivon
git clone git://git.figbert.com/sevivon-prototype.git
Log | Files | Refs | README | LICENSE

commit 4e48262a692a2e54ecd77c736eee1ddcd20a9144
parent 1395446a6ae78a0c65a7c1c37901d8ca845fdcc8
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 26 Dec 2020 00:30:56 -0800

Allow HiDPI screens in project settings

Diffstat:
Mproject.godot | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/project.godot b/project.godot @@ -18,6 +18,14 @@ _global_script_class_icons={ config/name="Sevivon" config/icon="res://icon.png" +[display] + +window/dpi/allow_hidpi=true + +[gui] + +theme/use_hidpi=true + [rendering] environment/default_environment="res://default_env.tres"