Skip to content

Commit

Permalink
adds mapping from object set to domain order
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlnix committed Mar 16, 2019
1 parent 3b7a0f6 commit 6d36dc0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,24 @@ def get_config_integer(name, default):
(3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3),
(3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3))
]

object_sets = {
# 16: 0
0: object_ranges[0],
1: object_ranges[0],
7: object_ranges[0],
15: object_ranges[0],
3: object_ranges[1],
# 114: object_ranges[1],
4: object_ranges[2],
2: object_ranges[3],
10: object_ranges[4],
13: object_ranges[5],
9: object_ranges[6],
6: object_ranges[7],
8: object_ranges[7],
5: object_ranges[8],
11: object_ranges[8],
12: object_ranges[9],
14: object_ranges[10],
}
2 changes: 1 addition & 1 deletion doc/object_sets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Object Sets consist of:

object definitions
Which and how many blocks an object is made of.
Which and how many blocks an object is made of, where to place them etc.

tsa data
The way the blocks are constructed out of the tile data (since tiles can be a part of multiple "blocks")
Expand Down

0 comments on commit 6d36dc0

Please sign in to comment.