Merge pull request #55 from Ewpratten/levels_update_img

WIP new level 1
This commit is contained in:
Evan Pratten 2021-10-03 11:51:39 -07:00 committed by GitHub
commit f3eb6e985d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 141 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

View File

@ -0,0 +1,86 @@
[
{
"x": -500,
"y": 800,
"width": 16000,
"height": 10
},
{
"x": 576,
"y": 512,
"width": 352,
"height": 32
},
{
"x": 960,
"y": 352,
"width": 352,
"height": 32
},
{
"x": 1728,
"y": 352,
"width": 352,
"height": 32
},
{
"x": 2112,
"y": 512,
"width": 352,
"height": 32
},
{
"x": 4256,
"y": 544,
"width": 352,
"height": 32
},
{
"x": 4608,
"y": 480,
"width": 352,
"height": 96
},
{
"x": 5632,
"y": 288,
"width": 608,
"height": 64
},
{
"x": 6976,
"y": 480,
"width": 608,
"height": 64
},
{
"x": 7968,
"y": 480,
"width": 608,
"height": 64
},
{
"x": 1344,
"y": 512,
"width": 352,
"height": 32
},
{
"x": 4928,
"y": 544,
"width": 5280,
"height": 32
},
{
"x": 2496,
"y": 736,
"width": 640,
"height": 64
},
{
"x": 4608,
"y": 768,
"width": 5376,
"height": 32
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -0,0 +1,54 @@
{
"appear": [
{
"x": 2496,
"y": 736,
"width": 640,
"height": 64
},
{
"x": 4608,
"y": 768,
"width": 5376,
"height": 32
},
{
"x": 10176,
"y": 0,
"width": 64,
"height": 576
}
],
"disappear": [
{
"x": 2880,
"y": 352,
"width": 352,
"height": 32
},
{
"x": 4256,
"y": 576,
"width": 352,
"height": 224
},
{
"x": 7520,
"y": 0,
"width": 64,
"height": 480
},
{
"x": 9216,
"y": 480,
"width": 704,
"height": 64
}
],
"win": {
"x": 12000,
"y": 0,
"width": 100,
"height": 3000
}
}

View File

@ -1,3 +1,3 @@
[ [
"level_0" "level_1"
] ]