-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborderSprites.json
More file actions
51 lines (51 loc) · 1.05 KB
/
borderSprites.json
File metadata and controls
51 lines (51 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"coords":{
"NW": [0,0],
"N+W": [1,4],
"N": [1,0],
"NE": [2,0],
"N+E": [0,4],
"E": [2,1],
"SE": [2,2],
"S+E": [0,3],
"S": [1,2],
"SW": [0,2],
"S+W": [1,3],
"W": [0,1]
},
"type":{
"ground-grass": [1,15],
"*-grass": [4,15],
"*-grass2": [7,15],
"*-bgrass2": [10,15],
"ground2-bgrass2": [13,15],
"dground-grass": [16,15],
"snow1-*": [19,15],
"rock4-rock6": [22,15],
"rock5-rock6": [25,15],
"snow2-*": [28,15],
"snow3-*": [31,15],
"tile1-tile2": [34,15],
"tile3-tile4": [37,15],
"sand-sea2": [1,25],
"sand-sea1": [4,25],
"sea3-sea2": [7,25],
"sea2-sea1": [10,25],
"sand2-sea5": [13,25],
"sand2-sea4": [16,25],
"sea5-sea4": [19,25],
"water2-*": [39,25],
"water-grass": [45,25],
"water3-*": [62,25],
"water4-*": [66,25],
"water5-*": [70,25],
"sand3-*": [1,32],
"snow-*": [4,32],
"rock-*": [7,32],
"*-*": [10,32],
"grass-*": [13,32],
"sand4-*": [16,32],
"rock2-*": [19,32],
"rock3-*": [22,32]
}
}