Quote:
Originally Posted by iSlayer
anyway to save it in paint? and i wont name it pics1.png rofl
|
No way to save it in paint as far as i know, anything else then .png looks bad in paint, and the paint .png isn't the right format.
When i've made something in paint, i save it, open it up in photoshop, then use save for web, select PNG-8, save, and the file is fine. Then make sure it is saved inside your graal folder, and that your level is too.
add a level npc to your level.
Put this in your level npc.
PHP Code:
if(created)
{
removetiledefs;
addtiledef "nameofyourtileset","levelprefix(probably best to leave this blank for now", "tileset type",(pics1 is 0 the new one is 1);
}