From 6cff8d620cd92f9ddc63c6891b3e669b5294619e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 14 Apr 2024 00:35:19 +0100 Subject: multiple chunks on server and unload not near players. just need client to req chunks now --- drawing/drawing.ha | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drawing/drawing.ha') diff --git a/drawing/drawing.ha b/drawing/drawing.ha index 70bd7af..fc59e1b 100644 --- a/drawing/drawing.ha +++ b/drawing/drawing.ha @@ -4,6 +4,8 @@ use io; use endian; use math::random; +export def CHUNKSIZE = 512; + export type pos = (i32, i32); export type picture = struct { -- cgit v1.2.3