Hey y’all. I have the following in my build.settings:
orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft"}, },
but for some reason, my app always loads in portrait and wont let me switch to landscape. It didn’t do this before I enabled the bit plugin, which makes me think it had something to with this. When I remove the bit plugin, it works just fine. I am using the dusk tiled engine, so I need bit enabled. Any help is appreciated. Thanks!
UPDATE: After playing around with the build.settings file some more, I found something interesting. The end of the plugin code has little greyed out underscores before it starts because I copied/pasted the code for the bit plugin from the docs. The underscores seem to represent spaces. When I remove said underscores, the app launches in landscape like it should, but the bit plugin no longer works.