change rendering offsets for character, character shadow and trees
buildbot/windows Build done.
buildbot/linux Build done.

change default camera tilt
This commit is contained in:
Sven Balzer
2026-08-05 21:50:13 +02:00
parent 4c158f25f0
commit 963ccc4ec8
10 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ static float volume_sfx = 50.0f;
static bool Running = true;
static float camera_fovy_degrees = 31.0f;
static float camera_tilt = 25.5f;
static float camera_tilt = 10.0f;
static float camera_distance = 13.5f;
static mat4x4 view_matrix;