Javascript map editor

Published September 03, 2010
Advertisement
I am working on a map editor for the browser game.
Looks like it is not possible to get image clicks for items inside a canvas because all mousedown/up and click events are sent to the canvas.

So I had to loop through all tiles and check which tile is clicked to modify it.

Tiles and panning can be selected from the right toolbar. Here is the link :

Editor

The plan is to modify the maps here and then save them to a mysql database, then the game will load the list of tiles from the db instead of creating a random map every time.







Previous Entry Facebook App
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Advertisement