TattieBoJangle Posted February 25, 2014 Share Posted February 25, 2014 This has probably been asked a million times but i cannot seem to find a script or code to make my game full screen and where to put it any help guys Quote Asus Extreme v x99, Intel I7, Windows 8.1 64 Bit, SSD, Geforce GTX 980 4GB, 16GB Ripjaw DDR4 Link to comment Share on other sites More sharing options...
tjheldna Posted February 25, 2014 Share Posted February 25, 2014 http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/window/ http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/window/windowcreate-r462 I use c++ and don't know much about the LUA syntax however change the camera create in your App.lua file. Sould look something like this... self.window = Window:Create("Leadwerks", 0, 0, 1024, 768, Window:Fullscreen); Quote Link to comment Share on other sites More sharing options...
TattieBoJangle Posted February 25, 2014 Author Share Posted February 25, 2014 Thanks for the fast reply i followed that and all i got was the same size screen but with a spinning box :/ Quote Asus Extreme v x99, Intel I7, Windows 8.1 64 Bit, SSD, Geforce GTX 980 4GB, 16GB Ripjaw DDR4 Link to comment Share on other sites More sharing options...
tjheldna Posted February 25, 2014 Share Posted February 25, 2014 It appears I have my Lua syntax wrong, this definitely works. self.window=Window:Create("Leadwerks", 0, 0, 1024, 768, Window.FullScreen) Quote Link to comment Share on other sites More sharing options...
TattieBoJangle Posted February 25, 2014 Author Share Posted February 25, 2014 Many thanks been looking all over for that Quote Asus Extreme v x99, Intel I7, Windows 8.1 64 Bit, SSD, Geforce GTX 980 4GB, 16GB Ripjaw DDR4 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.