imjustacowlol Posted March 31, 2014 Share Posted March 31, 2014 Hey guys, in the App.lua script Window:Create is bugged out atm. When you for example put in Window:Create(0,0,1280,720,Window.FullScreen) it will launch the .exe file but it does not show the window itself. You can't alt tab into it either. I removed Window.Fullscreen, did not work, so I guess it has to do with the change of resolution. In the attatchment is the App.lua script I'm talking about. App.lua Link to comment Share on other sites More sharing options...
imjustacowlol Posted April 1, 2014 Author Share Posted April 1, 2014 -Sorry that the App.lua wasnt in attatchment before. I did select it but I did not select attatch it as file.- Link to comment Share on other sites More sharing options...
YouGroove Posted April 2, 2014 Share Posted April 2, 2014 Resolution not supported it seems. Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted April 3, 2014 Share Posted April 3, 2014 Window:Create(0,0,1280,720,Window.FullScreen) The first argument should be the window title. 1 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts