kittykatattack / ga

The world's tiniest, cutest and funnest game engine
451 stars 85 forks source link

Bugs removed and additions to ga.assets. #35

Closed qsrahman closed 9 years ago

qsrahman commented 9 years ago

The ga.assets object store images as an image object but store texture packer files as objects. The proposed changes will store plan image files in the formate of texture packer. This will also simplify the sprite setTexture method.

kittykatattack commented 9 years ago

@qsrahman Thanks - done! This was a tricky one to merge, but you'll find all your fixes in the current master, including the enhanced audio engine that I've been working on. (All the audio code is now in plugins.js.)

qsrahman commented 9 years ago

:)