Jump to content

Recommended Posts

Posted

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 :)

Asus Extreme v x99, Intel I7, Windows 8.1 64 Bit, SSD, Geforce GTX 980 4GB, 16GB Ripjaw DDR4

Posted

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);

trindieprod.png?dl=0spacer.png?dl=0steam-icon.png?dl=0twitter-icon.png?dl=0spacer.png?dl=0

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...