hey guyzz… i created a game and is not appear in full screen. How can i make it appear in full screen? plz help me.
Looking at this page shows that you can place the line
fullscreen 1
inside your Config.prc file.
Or optionally by placing the lines
from pandac.PandaModules import loadPrcFileData
loadPrcFileData('', 'fullscreen 1')
At the very top of your game’s python file, before importing DirectStart
Hope this helps,
~powerpup118
thanxx… its working…