28-09-2008, 10:37 PM
How can I resize the main screen? (picScreen) Every time I do, it only plays in the same rectangle it was before, and the rest of the increased size is black.
picScreen
|
28-09-2008, 10:37 PM
How can I resize the main screen? (picScreen) Every time I do, it only plays in the same rectangle it was before, and the rest of the increased size is black.
28-09-2008, 10:59 PM
In modConstants:
[code]' Map constants Public Const MAX_MAPS As Long = 100 Public Const MAX_MAPX As Byte = 15 |
« Next Oldest | Next Newest »
|