GS1
PHP Code:
//#CLENTSIDE
if (created) {
removetiledefs;
addtiledef image,levelstart,type;
}
GS2
PHP Code:
//#CLENTSIDE
function onCreated(){
removetiledefs();
addtiledef(image,levelstart,type);
}
If that doesn't help maybe try to put the tileset image in the same folder as the level. If it still doesn't work then try to delete FILENAMECACHE.txt file in graal folder.
|
thanks I'll try
Haven't touched offline editor for about 1 year, I forgot about the codes