-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresolutions.json
111 lines (107 loc) · 2.16 KB
/
resolutions.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"400x300": {
},
"720x540": {
},
"960x720": {
},
"1200x900": {
"playing": {
"pieceOffsets": {
"_comment": "do not changes these values",
"I": [2.0, 1.5],
"J": [1.5, 2.0],
"L": [1.5, 2.0],
"S": [1.5, 2.0],
"Z": [1.5, 2.0],
"O": [2.0, 2.0],
"T": [1.5, 2.0]
},
"minoSize": 40,
"hold": [
{
"boxPos": [80, 50],
"boxSize": [230, 270],
"boxBorderThickness": 10,
"boxBorderRadius": 58,
"fontSize": 54,
"lineSeparatorPos": [[0, 78], [229, 78]],
"lineSeparatorThickness": 8
}
],
"nextlist": [
{
"boxPos": [865, 110],
"boxSize": [270, 620],
"boxBorderThickness": 10,
"boxBorderRadius": 36,
"fontSize": 58,
"lineSeparatorPos": [[0, 90], [269, 90]],
"lineSeparatorThickness": 8,
"indexOffset": 165
}
],
"level": [
{
"boxPos": [58, 360],
"boxSize": [274, 116],
"boxBorderThickness": 10,
"boxBorderRadius": 36,
"fontSize": 58
}
],
"score": [
{
"boxPos": [70, 530],
"boxSize": [250, 188],
"boxBorderThickness": 10,
"boxBorderRadius": 42,
"fontSizePrimary": 62,
"fontSizeSecondary": 82,
"lineSeparatorPos": [[0, 70], [249, 70]],
"lineSeparatorThickness": 8
}
],
"piece": [
{
"boxPos": [400, 50]
}
],
"board": [
{
"boxPos": [400, 50],
"boxSize": [400, 800],
"boxBorderThickness": 3,
"cellSeparatorThickness": 2
}
]
},
"menu": {
"fontSize": 82
},
"countdown": {
"fontSize": 82
},
"gameover": {
"_comment": "position is centered on screen so no 'boxPos' key",
"headerFontSize": 50,
"listFontSize": 40,
"boxSize": [720, 800],
"boxBorderThickness": 10,
"boxBorderRadius": 42,
"lineSeparatorPos": [[0, 120], [719, 120]],
"lineSeparatorThickness": 8,
"elementSpacing": 10
},
"initialsInput": {
"_comment": "position is centered on screen so no 'boxPos' key",
"headerFontSize": 42,
"inputFontSize": 72,
"boxSize": [480, 320],
"boxBorderThickness": 10,
"boxBorderRadius": 42,
"lineSeparatorPos": [[0, 150], [479, 150]],
"lineSeparatorThickness": 8
}
}
}