Changed the AnimatedSprite to AnimatedTexture
This commit is contained in:
parent
0ef950a5ea
commit
39d8eb9247
4 changed files with 182 additions and 173 deletions
|
|
@ -101,7 +101,6 @@ public class Sprite extends Entity {
|
|||
|
||||
// bind to the appropriate texture for this sprite
|
||||
texture.bindGL();
|
||||
GL11.glColor3f(1,1,1);
|
||||
|
||||
// draw a quad textured to match the sprite
|
||||
GL11.glBegin(GL11.GL_QUADS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue