mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
224 B
20 lines
224 B
|
4 years ago
|
type = "6H 3f3f3f 3f3f3f"
|
||
|
|
input = [
|
||
|
|
# 2 3--5
|
||
|
|
# |\ \ |
|
||
|
|
# | \ \|
|
||
|
|
# 0--1 4
|
||
|
|
|
||
|
|
0, 1, 2, 3, 4, 5,
|
||
|
|
|
||
|
|
-1, -1, 0,
|
||
|
|
1, -1, 0,
|
||
|
|
-1, 1, 0,
|
||
|
|
|
||
|
|
-1, 1, 0,
|
||
|
|
1, -1, 0,
|
||
|
|
1, 1, 0,
|
||
|
|
]
|
||
|
|
|
||
|
|
# kate: hl python
|