Added ground unit factory support
This commit is contained in:
@@ -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;
|
||||
|
||||
+293
-286
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 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user