hi
how do i change size windows to full screen?
how full screen windows
Re: how full screen windows
Either put this in game.conf:
Or do this in code:
Code: Select all
fullscreen = true
Code: Select all
love.graphics.toggleFullscreen()
-
- Prole
- Posts: 4
- Joined: Thu Sep 03, 2009 12:25 pm
Re: how full screen windows
thanks.
A question about change reslution
i want change reslution 800x600 in mode full screen?
A question about change reslution
i want change reslution 800x600 in mode full screen?
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: how full screen windows
love.graphics.setMode
This might be the exact call you want:
(that makes it fullscreen too)
You can also do it in game.conf by adding:
This might be the exact call you want:
Code: Select all
love.graphics.setMode(800, 600, true, true, 0)
You can also do it in game.conf by adding:
Code: Select all
width = 800
height = 600
Who is online
Users browsing this forum: Google [Bot] and 7 guests