Inventory resource rework and slot aspect fix
This commit is contained in:
@@ -7,4 +7,3 @@ void fragment() {
|
||||
vec2 uv = vec2(UV.x * tiling_scale.x, UV.y * tiling_scale.y); // Change 10.0 to control tiling scale
|
||||
COLOR = texture(TEXTURE, fract(uv));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user