Many fixes in win32 platform

This commit is contained in:
Eduardo Bart
2012-08-20 18:53:06 -03:00
parent d1d8b79edc
commit ddd3f84ad7
8 changed files with 95 additions and 51 deletions

View File

@@ -35,6 +35,7 @@ end
function Client.init()
g_window.setMinimumSize({ width = 600, height = 480 })
g_sounds.preload("startup.ogg")
-- initialize in fullscreen mode on mobile devices
if g_window.getPlatformType() == "X11-EGL" then