Skip to content

Commit f9a47e8

Browse files
committed
add new templates and textures
1 parent 6597409 commit f9a47e8

21 files changed

Lines changed: 327 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"width": 2,
3+
"height": 1,
4+
"id": "2x1_half_street_{direction}",
5+
"name": "Half-Street",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "PART",
11+
"author": "Clickism",
12+
"templateGenerator": {
13+
"directions": [
14+
{
15+
"direction": "left",
16+
"arrows": [ "L" ]
17+
},
18+
{
19+
"direction": "forward",
20+
"arrows": [ "F" ]
21+
}
22+
]
23+
},
24+
"variants": [
25+
{
26+
"name": "White",
27+
"front": "2x1_half_street/{direction}.png",
28+
"back": "backs/2x1_half_back.png",
29+
"colors": [ 2697513 ]
30+
}
31+
],
32+
"textPositions": [
33+
{
34+
"x": 9,
35+
"y": 3,
36+
"maxWidth": 22,
37+
"colorIndex": 0
38+
}
39+
]
40+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"width": 2,
3+
"height": 1,
4+
"id": "2x1_half_street_right",
5+
"name": "Half-Street",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "PART",
11+
"author": "Clickism",
12+
"arrows": [ "R" ],
13+
"variants": [
14+
{
15+
"name": "White",
16+
"front": "2x1_half_street/right.png",
17+
"back": "backs/2x1_half_back.png",
18+
"colors": [ 2697513 ]
19+
}
20+
],
21+
"textPositions": [
22+
{
23+
"x": 2,
24+
"y": 3,
25+
"alignment": "RIGHT",
26+
"maxWidth": 21,
27+
"colorIndex": 0
28+
}
29+
]
30+
}
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"width": 11,
3+
"height": 3,
4+
"id": "11x3_highway",
5+
"name": "Highway",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "TEMPLATE",
11+
"author": "Clickism",
12+
"arrows": [ "F" ],
13+
"variants": [
14+
{
15+
"name": "Green",
16+
"front": "templates/11x3_highway/green.png",
17+
"back": "backs/11x3_back.png",
18+
"colors": [ 13684944 ]
19+
},
20+
{
21+
"name": "Blue",
22+
"front": "templates/11x3_highway/blue.png",
23+
"back": "backs/11x3_back.png",
24+
"colors": [ 13684944 ]
25+
}
26+
],
27+
"textPositions": [
28+
{
29+
"x": 3,
30+
"y": 14,
31+
"maxWidth": 42,
32+
"colorIndex": 0,
33+
"alignment": "CENTER",
34+
"scale": 1.5
35+
},
36+
{
37+
"x": 3,
38+
"y": 21,
39+
"maxWidth": 42,
40+
"colorIndex": 0,
41+
"alignment": "CENTER",
42+
"scale": 1.5
43+
},
44+
{
45+
"x": 3,
46+
"y": 28,
47+
"maxWidth": 42,
48+
"colorIndex": 0,
49+
"alignment": "CENTER",
50+
"scale": 1.5
51+
},
52+
{
53+
"x": 3,
54+
"y": 35,
55+
"maxWidth": 42,
56+
"colorIndex": 0,
57+
"alignment": "CENTER",
58+
"scale": 1.5
59+
},
60+
61+
{
62+
"x": 67,
63+
"y": 14,
64+
"maxWidth": 42,
65+
"colorIndex": 0,
66+
"alignment": "CENTER",
67+
"scale": 1.5
68+
},
69+
{
70+
"x": 67,
71+
"y": 21,
72+
"maxWidth": 42,
73+
"colorIndex": 0,
74+
"alignment": "CENTER",
75+
"scale": 1.5
76+
},
77+
{
78+
"x": 67,
79+
"y": 28,
80+
"maxWidth": 42,
81+
"colorIndex": 0,
82+
"alignment": "CENTER",
83+
"scale": 1.5
84+
},
85+
{
86+
"x": 67,
87+
"y": 35,
88+
"maxWidth": 42,
89+
"colorIndex": 0,
90+
"alignment": "CENTER",
91+
"scale": 1.5
92+
},
93+
94+
{
95+
"x": 131,
96+
"y": 14,
97+
"maxWidth": 42,
98+
"colorIndex": 0,
99+
"alignment": "CENTER",
100+
"scale": 1.5
101+
},
102+
{
103+
"x": 131,
104+
"y": 21,
105+
"maxWidth": 42,
106+
"colorIndex": 0,
107+
"alignment": "CENTER",
108+
"scale": 1.5
109+
},
110+
{
111+
"x": 131,
112+
"y": 28,
113+
"maxWidth": 42,
114+
"colorIndex": 0,
115+
"alignment": "CENTER",
116+
"scale": 1.5
117+
},
118+
{
119+
"x": 131,
120+
"y": 35,
121+
"maxWidth": 42,
122+
"colorIndex": 0,
123+
"alignment": "CENTER",
124+
"scale": 1.5
125+
}
126+
]
127+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"width": 1,
3+
"height": 1,
4+
"id": "1x1_speed",
5+
"name": "Speed Sign",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "TEMPLATE",
11+
"author": "Clickism",
12+
"arrows": [],
13+
"variants": [
14+
{
15+
"name": "EU",
16+
"front": "templates/signs/speed.png",
17+
"back": "backs/1x1_circular_back.png",
18+
"colors": [ 2697513 ]
19+
}
20+
],
21+
"textPositions": [
22+
{
23+
"x": 2,
24+
"y": 4.5,
25+
"alignment": "CENTER",
26+
"maxWidth": 12,
27+
"scale": 1.75,
28+
"colorIndex": 0
29+
}
30+
]
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"width": 1,
3+
"height": 1,
4+
"id": "1x1_stop",
5+
"name": "Stop Sign",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "TEMPLATE",
11+
"author": "Clickism",
12+
"arrows": [],
13+
"variants": [
14+
{
15+
"name": "Universal",
16+
"front": "templates/signs/stop.png",
17+
"back": "backs/1x1_octagonal_back.png",
18+
"colors": [ 13684944 ]
19+
}
20+
],
21+
"textPositions": [
22+
{
23+
"x": 2,
24+
"y": 5.5,
25+
"alignment": "CENTER",
26+
"maxWidth": 12,
27+
"scale": 1.25,
28+
"colorIndex": 0
29+
}
30+
]
31+
}
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"width": 3,
3+
"height": 1,
4+
"id": "3x1_distance",
5+
"name": "Distance Sign",
6+
"pack": {
7+
"id": "clicksigns",
8+
"name": "ClickSigns"
9+
},
10+
"category": "TEMPLATE",
11+
"author": "Clickism",
12+
"arrows": [],
13+
"variants": [
14+
{
15+
"name": "Green",
16+
"front": "templates/3x1_distance/green.png",
17+
"back": "backs/3x1_back.png",
18+
"colors": [ 13684944 ]
19+
},
20+
{
21+
"name": "Blue",
22+
"front": "templates/3x1_distance/blue.png",
23+
"back": "backs/3x1_back.png",
24+
"colors": [ 13684944 ]
25+
}
26+
],
27+
"textPositions": [
28+
{
29+
"x": 2,
30+
"y": 10,
31+
"maxWidth": 33,
32+
"colorIndex": 0
33+
},
34+
{
35+
"x": 2,
36+
"y": 6,
37+
"maxWidth": 33,
38+
"colorIndex": 0
39+
},
40+
{
41+
"x": 2,
42+
"y": 2,
43+
"maxWidth": 33,
44+
"colorIndex": 0
45+
},
46+
{
47+
"x": 36,
48+
"y": 10,
49+
"alignment": "RIGHT",
50+
"maxWidth": 10,
51+
"colorIndex": 0
52+
},
53+
{
54+
"x": 36,
55+
"y": 6,
56+
"alignment": "RIGHT",
57+
"maxWidth": 10,
58+
"colorIndex": 0
59+
},
60+
{
61+
"x": 36,
62+
"y": 2,
63+
"alignment": "RIGHT",
64+
"maxWidth": 10,
65+
"colorIndex": 0
66+
}
67+
]
68+
}
210 Bytes
Loading
213 Bytes
Loading
205 Bytes
Loading
363 Bytes
Loading

0 commit comments

Comments
 (0)