1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 05:17:50 +03:00

Better detail

This commit is contained in:
Anuken 2020-04-09 20:55:59 -04:00
parent 1efbd9dcf2
commit 803538d5be
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ precision mediump int;
//shades of slag
#define S2 vec3(100.0, 93.0, 49.0) / 100.0
#define S1 vec3(100.0, 60.0, 25.0) / 100.0
#define NSCALE 300.0
#define NSCALE 300.0 / 2.0
uniform sampler2D u_texture;
uniform sampler2D u_noise;

View File

@ -3,7 +3,7 @@ precision highp float;
precision mediump int;
#endif
#define NSCALE 180.0
#define NSCALE 180.0 / 2.0
uniform sampler2D u_texture;
uniform sampler2D u_noise;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB