Modularise item data, change tesla arc from projectile to particle
This commit is contained in:
@@ -6,5 +6,6 @@ uniform sampler2D aTexture;
|
||||
|
||||
void main()
|
||||
{
|
||||
// fColor = vec4 (1,1,0,1);
|
||||
fColor = texture(aTexture, gTexPos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user