SimonGreenaway / QL-Space-Invaders

Space Invaders for the Sinclair QL
MIT License
2 stars 1 forks source link

Optimise sprite loading #4

Closed SimonGreenaway closed 7 months ago

SimonGreenaway commented 8 months ago

Sprite loading is very slow on a BB QL.

  1. Only load required sprites (remove unused font images).
  2. Add disk cache for image shifts, create on demand.
SimonGreenaway commented 7 months ago

Converting library format to binary means this is not now required.