[assets]: Updated tilemap to include assets for Door_s

This commit is contained in:
corner 2020-04-12 16:17:01 +02:00
parent 79df435fd2
commit 7db584f46f
4 changed files with 24 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB