-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsloth-config.py
More file actions
42 lines (42 loc) · 1.11 KB
/
sloth-config.py
File metadata and controls
42 lines (42 loc) · 1.11 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
LABELS = (
# {
# "attributes": {
# "type": "rect",
# "class": "tower-sq"
# },
# "item": "sloth.items.RectItem",
# "inserter": "sloth.items.RectItemInserter",
# "text": "tower-sq"
# },
{
"attributes": {
"type": "rect",
"class": "tower",
"width": 140,
"height": 140
},
"item": "sloth.items.RectItem",
"inserter": "sloth.items.RectItemInserter",
"text": "tower",
"hotkey": "c"
},
# {
# "attributes": {
# "type": "point",
# "class": "tower-base"
# },
# "item": "sloth.items.PointItem",
# "inserter": "sloth.items.PointItemInserter",
# "text": "Base of tower",
# "hotkey": "x"
# },
# {
# "attributes": {
# "type": "point",
# "class": "tower-osm-base"
# },
# "item": "sloth.items.PointItem",
# "inserter": "sloth.items.PointItemInserter",
# "text": "Base of tower"
# }
)