mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Only bg
This commit is contained in:
parent
b1bd0c068a
commit
c8bdc7c6dd
1 changed files with 0 additions and 2 deletions
|
|
@ -371,8 +371,6 @@ fn test_chunk_seri() {
|
||||||
};
|
};
|
||||||
for t in &mut chk.tiles {
|
for t in &mut chk.tiles {
|
||||||
t.bg = 1;
|
t.bg = 1;
|
||||||
t.bg = 1;
|
|
||||||
t.fg = 1;
|
|
||||||
}
|
}
|
||||||
save_chunk(&ChunkPos { x: 2, y: 0 }, &chk);
|
save_chunk(&ChunkPos { x: 2, y: 0 }, &chk);
|
||||||
save_chunk(&ChunkPos { x: 3, y: 0 }, &chk);
|
save_chunk(&ChunkPos { x: 3, y: 0 }, &chk);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue