diff --git a/res/aseprite/example.aseprite b/res/aseprite/example.aseprite index d2051f0..d404fb2 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 27ccf2b..dd0ca0c 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 2163922..11a3012 100644 --- a/res/tilemap.js +++ b/res/tilemap.js @@ -43,6 +43,12 @@ * 38. Ladder (should be over wall) * 39. Torch * 40. Staircase + * 41. Reppelant pill + * 42. Heart icon + * 43. Key icon + * 44. Stamina filled + * 45. Stamina empty + * 46. Fireball ------------------------------------------------------------------- */ module.exports = [ { @@ -250,4 +256,34 @@ module.exports = [ y: 224, walkable: false }, + { + x: 32, + y: 256, + walkable: false + }, + { + x: 64, + y: 256, + walkable: false + }, + { + x: 96, + y: 256, + walkable: false + }, + { + x: 128, + y: 256, + walkable: false + }, + { + x: 0, + y: 288, + walkable: false + }, + { + x: 32, + y: 288, + walkable: false + }, ]; \ No newline at end of file diff --git a/res/tilemap.png b/res/tilemap.png index 2511fe0..532aeb8 100644 Binary files a/res/tilemap.png and b/res/tilemap.png differ