Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ImageManager to load and render images #10

Open
clintbellanger opened this issue Nov 12, 2013 · 0 comments
Open

Introduce ImageManager to load and render images #10

clintbellanger opened this issue Nov 12, 2013 · 0 comments

Comments

@clintbellanger
Copy link
Owner

Currently each class/object in Heroine Dusk basically handles its own image loading. This is a mess of course.

I want to add an ImageManager sort of class that loads all the image assets for the game, handles the loading callbacks, and maybe wraps image rendering to include proper scaling.

This class should be generic enough to be part of a reusable HTML5 game toolkit for future projects (along with files like input.js, loadbar.js, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant