1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00

Allow unknown slopes

This commit is contained in:
Steffo 2019-08-20 18:09:45 +02:00
parent 73b7e216b3
commit df903a904a

View file

@ -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):