New map / Unit stat tweaks / FileChooser keyboard input

This commit is contained in:
Anuken
2020-10-21 20:32:35 -04:00
parent a80d0cc457
commit f0d74e2705
12 changed files with 28 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ uniform vec3 u_ambientColor;
varying vec4 v_col;
const vec3 diffuse = vec3(0);
const vec3 diffuse = vec3(0.01);
const float shinefalloff = 4.0;
const float shinelen = 0.2;