Changed terrain texture UVs

This commit is contained in:
Lorenzo Torres 2025-08-14 23:35:56 +02:00
parent d6baada9ce
commit 74bf3f7ac3
5 changed files with 70 additions and 25 deletions

View file

@ -153,8 +153,8 @@ export fn sideros_init(init: api.GameInit) callconv(.c) void {
.multiplier = 1.0,
.exponent = 1.0,
.width = 100,
.height = 100,
.width = 200,
.height = 200,
.seed = 2497852058242342,
.resolution = 1,
}) catch @panic("TODO: handle this");