Added ground unit factory support

This commit is contained in:
Anuken
2018-03-25 23:49:40 -04:00
parent d6cd197435
commit 203e4bc0a4
12 changed files with 396 additions and 305 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void main() {
f = 1.0;
else
f = 0.0;
c = mix(c, u_color, f);
c = mix(c, u_color, f * u_color.a);
}
gl_FragColor = c * v_color;
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

+2 -2
View File
@@ -1,7 +1,7 @@
#Autogenerated file. Do not modify.
#Sun Mar 25 16:45:50 EDT 2018
#Sun Mar 25 23:37:47 EDT 2018
version=release
androidBuildCode=653
androidBuildCode=657
name=Mindustry
code=3.4
build=custom build