Quote:
Originally Posted by Horrified
Doesn't seem to work either.
Perhaps someone else could try on there own editor to see if maybe it's just mine ****ing up?
|
I just used this and it load's Pisco2 with no problems.
PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef picso2.png,,0;
}
I also used another tileset and it works fine also.
PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef revolutions_tileset_new.png,,0;
}