Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Javascript map editor

Javascript map editor

Black Knight
Under a ShadowyTree · · 1 min read
3,035 0
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.







Discussion

Loading comments...