added textures to level

This commit is contained in:
2025-11-15 17:48:42 +11:00
parent 8bec0fc69a
commit 28289f1e38
18 changed files with 298 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ render_mode vertex_lighting,
// specular_disabled,
// vertex_lighting;
uniform sampler2D albedo: source_color, filter_nearest;
uniform sampler2D albedo: source_color, filter_nearest_mipmap;
global uniform float vertex_jitter: hint_range(0.0, 1.0) = 0.5;
uniform bool jitter_z_coordinate = true;