1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 23:54:23 +00:00
lihzahrd/__main__.py
Dale Floer a7827e2e8e Added parsing for bestiary and journey mode powers.
Journey mode powers could use some convenience functions to map and from
the values shown in the game.
2020-05-30 22:45:24 -07:00

5 lines
89 B
Python

import lihzahrd
world = lihzahrd.World.create_from_file("test-1404j.wld")
breakpoint()