-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpento_pieces.yml
86 lines (85 loc) · 938 Bytes
/
pento_pieces.yml
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
pieces:
- type: X
color: "blue"
left: 100
top: 20
goal: 2
- type: U
color: "green"
left: 250
top: 20
goal: 3
rotation: 90
- type: I
color: "red"
left: 400
top: 20
goal: 4
- type: V
color: "blue"
left: 100
top: 120
goal: 1
rotation: 90
- type: W
color: "yellow"
left: 250
top: 120
goal: 5
- type: L
color: "green"
left: 430
top: 120
goal: 6
mirrored: true
types:
X: |
#0#
000
#0#
U: |
0#0
000
I: |
0
0
0
0
0
V: |
0##
0##
000
W: |
0##
00#
#00
L: |
0#
0#
0#
00
N: |
#0
00
0#
0#
Z: |
00#
#0#
#00
T: |
000
#0#
#0#
P: |
00
00
0#
Y: |
0000
##0#
F: |
00#
#00
#0#