diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-01-19 17:13:23 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-01-21 01:59:34 +0100 |
commit | 078475f3545a302bee33440f2f154098f71e77ab (patch) | |
tree | 24847383e3bac4901a8deafe9224cf0d5d8a62bc | |
parent | 73d00131c6887f6993ab78cc8cd95c17166f29a4 (diff) |
Allow using the web editor on any device orientation
On tablets and foldable phones, the editor can remain usable
while in portrait mode thanks to the wide display.
-rw-r--r-- | misc/dist/html/manifest.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/dist/html/manifest.json b/misc/dist/html/manifest.json index adc8106e2a..ccfb793b20 100644 --- a/misc/dist/html/manifest.json +++ b/misc/dist/html/manifest.json @@ -5,7 +5,6 @@ "lang": "en", "start_url": "./godot.tools.html", "display": "standalone", - "orientation": "landscape", "theme_color": "#202531", "icons": [ { |