Changed the AnimatedSprite to AnimatedTexture

This commit is contained in:
Ziver Koc 2007-04-07 18:12:42 +00:00
parent 0ef950a5ea
commit 39d8eb9247
4 changed files with 182 additions and 173 deletions

View file

@ -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);