cleaning up mistakes

This commit is contained in:
Anuken
2020-06-11 13:42:22 -04:00
parent 732769524c
commit e247b092dc
9 changed files with 662 additions and 674 deletions

View File

@@ -1,3 +1,5 @@
#define HIGHP
#define MAX_HITS 64
#define HIT_RADIUS 12.0
#define ALPHA 0.18

View File

@@ -1,3 +1,5 @@
#define HIGHP
uniform sampler2D u_texture;
uniform vec2 u_campos;