summaryrefslogtreecommitdiff
path: root/net.txt
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-02-06 11:46:31 +0000
committerubq323 <ubq323@ubq323.website>2023-02-06 11:46:50 +0000
commitc74c2a3133ad4d1f03b83021e53fb9e8a67b3914 (patch)
tree22d415e85381c9a09c471afa4a0a6f1824f67b87 /net.txt
parentc2184634b6d3c3268c08c8d430506cfb60245fdf (diff)
tick timing in main server loop, refactor, start on saving/loading chunks
Diffstat (limited to 'net.txt')
-rw-r--r--net.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.txt b/net.txt
index e2ab47f..70b8fb1 100644
--- a/net.txt
+++ b/net.txt
@@ -20,7 +20,7 @@ leave {id}
move {id,x,y}
player with id id has moved to (x,y)
-chunk {tiles=[array of 128*128 booleans]}
+chunk {tiles=[array of 128*128 booleans],u,v}
chunk has data d. one day changes will exist and also multiple chunks will exist and also more than 2 tile types will exist
settile {q,r,tile}