From 342f12f6ec12c476af813316c37b03041cbe17a4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 1 Mar 2025 17:56:20 +0100 Subject: radial chunk generation around player + noise ground level --- global.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'global.gd') diff --git a/global.gd b/global.gd index 40d0954..96d41c0 100644 --- a/global.gd +++ b/global.gd @@ -6,3 +6,5 @@ var mutex := Mutex.new() var chunks: Dictionary[Vector3i, Chunk] = {} var CHUNK_SIZE := Vector3i(16, 16, 16) +var GROUND_LEVEL := 0 +var MAX_HEIGHT := 15 -- cgit v1.2.3