manhattan to octile

This commit is contained in:
2025-05-03 20:27:44 +01:00
parent b5a3fd1714
commit 9df3f7ecaf
4 changed files with 58 additions and 23 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ fn setup_initial_chunks(mut event_writer: EventWriter<LoadChunkEvent>) {
println!("setup_initial_chunks");
for x in -7..=7 {
for y in -7..=7 {
event_writer.send(LoadChunkEvent {
event_writer.write(LoadChunkEvent {
chunk_position: IVec2::new(x, y),
});
}