Which OS are you using and how do you start the game ? (icon or terminal ?)
Generally, the program asks the OS to know what is the maximum screen size supported. (which generally happens to be the screen physical size)
You can override this by passing width and height parameters to the program.
For instance under Linux this would be:
omnitux --width=1024 --height=600
I hope this helps
Olav_2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which OS are you using and how do you start the game ? (icon or terminal ?)
Generally, the program asks the OS to know what is the maximum screen size supported. (which generally happens to be the screen physical size)
You can override this by passing width and height parameters to the program.
For instance under Linux this would be:
omnitux --width=1024 --height=600
I hope this helps
Olav_2