granthess / S3ToolKit.MagicEngine

The CC Magic core engine
GNU Lesser General Public License v3.0
2 stars 2 forks source link

Enumerate Game Packs #3

Closed granthess closed 12 years ago

granthess commented 12 years ago

Provide a data structure via the engine to give the UI a list of game packs with various information as well as the pack's Icon.

granthess commented 12 years ago

As an update, encode the icon as a memory stream so that we don't have to import any graphics libs at this level.

granthess commented 12 years ago

Game Packs now are enumerated. Does not include the Icon data, pending a better method of handling graphics in non-UI components.