Add support for Jumpgate campaigns
Opened this issue · 0 comments
kakaroto commented
Looks like Jumpgate uses a different format for drawings, the data.paths
of a page now has these changes:
- Instead of a json.serialized
path
, it usespoints
andshape
instead - Instead of
left
andtop
, it uses thex
andy
fields - The
width
andheight
seem to be unused
Also, pages don't how "showlighting" anymore, so the lighting system likely changed and needs to be investigated to find what other changes there are with Jumpgate games.