Import test data

This commit is contained in:
Matthias Schiffer 2017-09-11 21:28:16 +02:00
parent a47638aab5
commit 4a67ba6830
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
8 changed files with 111 additions and 0 deletions

111
dist/resources/map/test.json vendored Normal file
View file

@ -0,0 +1,111 @@
{
"tiles": {
"G": {"file": "grass"},
"<": {"file": "road", "subtile": 0},
">": {"file": "road", "subtile": 1}
},
"collision": [
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000110000000000000000000",
"00000000000000000000000000000000"
],
"layers": [
[
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
"GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG"
],
[
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"
]
]
}

BIN
dist/resources/sprite/entity/square.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

BIN
dist/resources/sprite/tile/dirt.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
dist/resources/sprite/tile/grass.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

BIN
dist/resources/sprite/tile/road.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

BIN
dist/resources/sprite/tile/road_left.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B