| Mirage Source http://miragesource.net/forums/ |
|
| picScreen http://miragesource.net/forums/viewtopic.php?f=201&t=4475 |
Page 1 of 1 |
| Author: | JadeCurt1ss [ Sun Sep 28, 2008 10:37 pm ] |
| Post subject: | picScreen |
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. |
|
| Author: | Kousaten [ Sun Sep 28, 2008 10:59 pm ] |
| Post subject: | Re: picScreen |
In modConstants: Code: ' Map constants Public Const MAX_MAPS As Long = 100 Public Const MAX_MAPX As Byte = 15 <--- change this Public Const MAX_MAPY As Byte = 11 <---- and this Public Const MAP_MORAL_NONE As Byte = 0 Public Const MAP_MORAL_SAFE As Byte = 1 Make sure that whatever your height and width are for the picScreen, divide by 32 for the MAPX and MAPY. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|