I wish to know if there´s any tutorial on how to make a level editor for gideros i wanna make a platformer game and with a level editor should be easier if you can point me to the right direction .Thanks.
Unless you want to ship the level editor as part of your game then I'd suggest using Tiled (www.mapeditor.org) as your editor, it can export lua tables and you can use the extra layers / objects to add the "elements" to your game.
There are a few examples on the forum of code to read in "Tiled" export files.
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
What functionality should this level editor have? Should it be build into your game or external? Should it work only for this game or be more a general tool?
Comments
http://karnakgames.com/wp/gideros-svg-level-builder/
Likes: rcorreiaportugal
There are a few examples on the forum of code to read in "Tiled" export files.
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill