sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

commit 039650aa6bac9bfde4ade253597ed6b6a0aa2876
parent 9440c391199b650daf45a35ccbca100b08f74c95
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  4 Feb 2021 22:29:13 -0800

Specify device orientation in window settings

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

diff --git a/project.godot b/project.godot @@ -23,6 +23,7 @@ config/icon="res://icon.png" window/size/width=1080 window/size/height=2338 +window/handheld/orientation="portrait" [rendering]