skycoin / cx-game

Game Prototype
7 stars 15 forks source link

Import ores from Tiled #555

Closed ted537 closed 2 years ago

ted537 commented 2 years ago

Some ores lie in the foreground layer, and some ores lie above it.

Foreground image Above image

ted537 commented 2 years ago

Working on the import-ores-wip branch on my fork. Importing the foreground ores correctly will require parsing blob tilesets from .tsx files, which each store a Tiled Tileset.

ted537 commented 2 years ago

Nevermind - blob tilesets importing can be completed later