No description
Find a file
crumblingstatue 6e2ab5837b Make chunk coordinate type 32 bits
This ensures there isn't a problem converting between world coords
and chunk coords.

Since the world center if half of max of u32, this is a
very real problem to handle with only 16 bits.
2023-04-03 11:01:12 +02:00
res Render some tiles 2023-04-01 23:43:46 +02:00
res-src Add tile graphic 2023-04-01 21:01:14 +02:00
src Make chunk coordinate type 32 bits 2023-04-03 11:01:12 +02:00
.gitignore Initial commit 2023-04-01 14:51:52 +02:00
Cargo.lock Super basic map rendering 2023-04-02 00:30:03 +02:00
Cargo.toml Super basic map rendering 2023-04-02 00:30:03 +02:00
design.md Use the world "tile" instead of "block" 2023-04-01 21:03:09 +02:00