Modularise item data, change tesla arc from projectile to particle

This commit is contained in:
jgk
2021-06-06 16:08:56 +02:00
parent c2f7c6e245
commit 0b8ac97fe9
25 changed files with 141 additions and 85 deletions
+1
View File
@@ -6,5 +6,6 @@ uniform sampler2D aTexture;
void main()
{
// fColor = vec4 (1,1,0,1);
fColor = texture(aTexture, gTexPos);
}