- write typescritpt code on folder "/src"
- compile typescript running 'npm run build'
- open html file "/res/index" to visualize the contente of the page
All image both characters and tiles are 16 X 16
here the tile that can be used to create a JavaScript Object Notation map, that should be placed in the _/res/maps/*name_map*.json_ folder.
cell placed as base.
tell the game where the player can move.
cell will draw over backgroud.
- cell_height
- cell_width
- backgroud_layer
- walk_layer
- objects_layer
chracates are already fully implemented, look at Player.ts and Res.ts for implementation