[assets]: Added pill, heart, key, stamina and fireball.

This commit is contained in:
corner 2020-04-07 12:01:47 +02:00
parent 67ffda0154
commit e6984483c1
4 changed files with 36 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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
},
];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB