Merge branch 'master' of https://gitea.arnweb.nl/Hecc-inc./caa-game
This commit is contained in:
commit
7832563728
Binary file not shown.
Binary file not shown.
@ -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
|
||||
},
|
||||
];
|
BIN
res/tilemap.png
BIN
res/tilemap.png
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue
Block a user