Level design #1

Manually merged
arne merged 4 commits from leveldesign into master 2020-04-14 19:09:35 +02:00
4 changed files with 24 additions and 0 deletions
Showing only changes of commit 7db584f46f - Show all commits

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