SWY1985 / CivOne

An open source implementation of Sid Meier's Civilization.
http://www.civone.org/
Creative Commons Zero v1.0 Universal
245 stars 49 forks source link

Sprites #412

Closed SWY1985 closed 7 years ago

SWY1985 commented 7 years ago

New Sprite objects, which only contain a Bytemap and no Palette. All sprites are stored in a cache object or a cache collection, so they only need to be loaded once. Saves a couple of MBs memory usage.