mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Allow unknown slopes
This commit is contained in:
parent
73b7e216b3
commit
df903a904a
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class Shape(enum.IntEnum):
|
|||
TOP_LEFT_SLOPE = 3
|
||||
BOTTOM_RIGHT_SLOPE = 4
|
||||
BOTTOM_LEFT_SLOPE = 5
|
||||
UNKNOWN_6 = 6
|
||||
UNKNOWN_7 = 7
|
||||
|
||||
@classmethod
|
||||
def from_flags(cls, flags2):
|
||||
|
|
Loading…
Reference in a new issue