Thread: Any ideas?
View Single Post
  #3  
Old 03-06-2010, 03:08 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
You also should getting into the habbit of adding a level name prefix. This will help if say you want to have separate tilesets later on for inside/outside/event levels without having to set the tileset in each given level. I wish this were a requirement on testbed.
example:
PHP Code:
  addtiledef("mercia_newtileset.png""myworld_"1); 
Edit: it's more or less personal preference I guess, but I'd start doing it.
Reply With Quote