| Mirage Source http://miragesource.net/forums/ |
|
| I've increased the amount of tiles i get width wise on the http://miragesource.net/forums/viewtopic.php?f=201&t=3348 |
Page 1 of 1 |
| Author: | wackydude1234 [ Mon Feb 04, 2008 5:18 pm ] |
| Post subject: | I've increased the amount of tiles i get width wise on the |
mapeditor, however sometimes when i click the tile on the far right (the additional tile) it is the one on the left and one tile down From this Code: Public Sub EditorInit() SaveMap = Map InEditor = True frmMirage.picMapEditor.Visible = True With frmMirage.picBackSelect .Width = 7 * PIC_X .Height = 255 * PIC_Y .Picture = LoadPicture(App.Path + "\tiles.bmp") End With End Sub to this Code: Public Sub EditorInit() SaveMap = Map InEditor = True frmMirage.picMapEditor.Visible = True With frmMirage.picBackSelect .Width = 8 * PIC_X .Height = 255 * PIC_Y .Picture = LoadPicture(App.Path + "\tiles.bmp") End With End Sub and then i enlarged the mapeditor's tileviewer area. |
|
| Author: | Lea [ Mon Feb 04, 2008 6:16 pm ] |
| Post subject: | Re: I've increased the amount of tiles i get width wise on the |
You need to change the numbers in the click code. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|