Added a AnimatedSprite for sequensed textures
This commit is contained in:
parent
2cf9def34c
commit
ec551064c4
4 changed files with 174 additions and 6 deletions
|
|
@ -74,6 +74,10 @@ public class Sprite extends Entity {
|
|||
return texture.getImageHeight();
|
||||
}
|
||||
|
||||
protected void bindTexture(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Draw the sprite
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue