From dac8e47ccef7e2bb252f9e46f2a8dcdebcf992e3 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 11 May 2021 17:28:37 -0400 Subject: [PATCH] Added warning --- terrain.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/terrain.h b/terrain.h index 66b541e..ba2020f 100644 --- a/terrain.h +++ b/terrain.h @@ -1,4 +1,34 @@ /* + + + + + + + + + + + + IMPORTANT!!!! + Please do not touch this file. It is a bit unstable at the + moment. It's fine how it is, and I am working on infinite + terrain. + + + + + + + + + + + + + + + TODO: --Rename chunk meta to just chunk --have a pointer to a chunk array named "blocks"