Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I've increased the amount of tiles i get width wise on the
#1
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 Sad i changed this code

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)