Hi!
Strangeness here: I have two projects. The first and oldest runs fullscreen nicely from the start. I was happy with this so I just copied the build settings and config file over to the new project. However, this new one runs in a floating window with title bar, strangely enough.
Not only that, but I also have the impression that some settings don’t behave as they should. For the record, my build settings are:
settings = { win32 = { preferenceStorage = "sqlite", singleInstance = true, }, window = { defaultMode = "normal", defaultViewWidth = 1920, defaultViewHeight = 1080, resizable = false, enableCloseButton = true, }, orientation = { default = "landscape", supported = { "landscape", "landscapeLeft", "landscapeRight" }, } }
And my config.lua is:
application = { content = { fps = 60, audioPlayFrequency = 44100, width = 1080, height = 1920, scale = "letterBox", antialias = true, }, }
As stated above, these are identical for both applications. Is anyone aware of bugs with this?