Updated FAQ Frequently Asked Questions (markdown)

Miku AuahDark
2020-06-23 11:32:13 +08:00
parent 45fa0bc94c
commit db9527ba8c
+5
@@ -50,3 +50,8 @@ Why I can't run .love files from my phone?
-----
Android file association since Nougat is completely broken. There's no way to fix that currently except by Android itself. Sorry.
How to prevent my game rotate freely in any orientation?
-----
Set `t.window.resize = false` in your `love.conf`.