01-06-2006, 08:50 PM
Author: grimsk8ter11
Difficulty: 1/5
See Also: http://www.key2heaven.net/ms/forums/viewtopic.php?t=797
:: CLIENT SIDE ::
In modGameLogic, find:Change:To:Now, in frmMirage, click on the scrollbar that you use to navigate your tileset. On properties you will see:Just change that to:That's all!
Difficulty: 1/5
See Also: http://www.key2heaven.net/ms/forums/viewtopic.php?t=797
:: CLIENT SIDE ::
In modGameLogic, find:
Code:
Public Sub EditorInit()
Code:
.Height = 255 * PIC_Y
Code:
.Height = 500 * PIC_Y
Code:
Max: 255
Code:
Max: 500