diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-02-12 02:43:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 02:43:52 +0100 |
commit | 9c3cbc9edcae4853d2fd16ae2a3a9de59ddc2ec9 (patch) | |
tree | 9c4c6d041b34f9223dab7ecf279e5900a930b0f6 /misc/dist | |
parent | a0558b8af84a5e98cf9d44a888db48470e009e09 (diff) | |
parent | 078475f3545a302bee33440f2f154098f71e77ab (diff) |
Merge pull request #56966 from Calinou/web-editor-allow-any-orientation
Allow using the web editor on any device orientation
Diffstat (limited to 'misc/dist')
-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": [ { |