diff --git a/FAQ---Frequently-Asked-Questions.md b/FAQ---Frequently-Asked-Questions.md index 4e8ec03..3d5ea33 100644 --- a/FAQ---Frequently-Asked-Questions.md +++ b/FAQ---Frequently-Asked-Questions.md @@ -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`. \ No newline at end of file