diff --git a/res/aseprite/example.aseprite b/res/aseprite/example.aseprite index d404fb2..2fb0c6a 100644 Binary files a/res/aseprite/example.aseprite and b/res/aseprite/example.aseprite differ diff --git a/res/aseprite/tilemap.aseprite b/res/aseprite/tilemap.aseprite index dd0ca0c..4eb1a5f 100644 Binary files a/res/aseprite/tilemap.aseprite and b/res/aseprite/tilemap.aseprite differ diff --git a/res/tilemap.js b/res/tilemap.js index 11a3012..e9ab177 100644 --- a/res/tilemap.js +++ b/res/tilemap.js @@ -49,6 +49,10 @@ * 44. Stamina filled * 45. Stamina empty * 46. Fireball + * 47. Door_s + * 48. Corner bottom -> left after 16 + * 49. Corner right -> bottom before 12 + * 50. bottom piece underneath 47 ------------------------------------------------------------------- */ module.exports = [ { @@ -286,4 +290,24 @@ module.exports = [ y: 288, walkable: false }, + { + x: 64, + y: 288, + walkable: true + }, + { + x: 96, + y: 288, + walkable: false + }, + { + x: 128, + y: 288, + walkable: false + }, + { + x: 0, + y: 320, + walkable: false + }, ]; \ No newline at end of file diff --git a/res/tilemap.png b/res/tilemap.png index 532aeb8..6ceef37 100644 Binary files a/res/tilemap.png and b/res/tilemap.png differ