rename item count to countOrSubType, rework and improve things animation/drawing

This commit is contained in:
Eduardo Bart
2012-02-02 14:37:52 -02:00
parent edeee80631
commit ef96215421
24 changed files with 315 additions and 337 deletions

View File

@@ -6,6 +6,5 @@ varying vec2 textureCoords; // map texture coords
void main()
{
vec4 outColor = texture2D(texture, textureCoords) * opacity;
gl_FragColor = outColor;
gl_FragColor = texture2D(texture, textureCoords) * opacity;
}