erszcz / agrajag

Automatically exported from code.google.com/p/agrajag
0 stars 0 forks source link

Implement mechnics of sprite animation #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There should be one common way to add animate game objects.

Original issue reported on code.google.com by tomasz.szymczyszyn@gmail.com on 22 Nov 2007 at 12:01

GoogleCodeExporter commented 9 years ago
Almost done. Each AGSprite owns Overlay object which allows to draw custom 
graphics
over AGSprite and simple mechanism to init and update animations on the overlay.

TODO:
 * dynamic change of overlay image size (which is constant at this moment)

Original comment by tomasz.szymczyszyn@gmail.com on 22 Dec 2007 at 3:53

GoogleCodeExporter commented 9 years ago
Should work. May require fine-tuning.

Original comment by tomasz.szymczyszyn@gmail.com on 22 Dec 2007 at 9:23