issues
search
Plastix
/
PixelPilot
A top down dogfighting game with pixel graphics.
0
stars
0
forks
source link
Implement asset loading & begin ECS refactor
#90
Closed
JEphron
closed
9 years ago
JEphron
commented
9 years ago
Fonts are preloaded and cached on the filesystem
New
AssetPack
system allows classes to specify which resources should be loaded before they are created
Support for loading animations through the
LoadingAnimation
class.
Plastix
commented
9 years ago
:+1:
AssetPack
system allows classes to specify which resources should be loaded before they are createdLoadingAnimation
class.