Level design #1
Binary file not shown.
Binary file not shown.
@ -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
|
||||
},
|
||||
];
|
BIN
res/tilemap.png
BIN
res/tilemap.png
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.5 KiB |
Loading…
Reference in New Issue
Block a user