mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Scale back coordinate types for new 50 km limit
This commit is contained in:
parent
64735c7455
commit
d41032dbcc
4 changed files with 10 additions and 7 deletions
|
|
@ -57,7 +57,7 @@ impl App {
|
|||
|
||||
fn do_update(&mut self) {
|
||||
let tp = self.game.camera_offset.tile_pos();
|
||||
self.game.camera_offset.y += 33;
|
||||
self.game.camera_offset.y += 800;
|
||||
imm_dbg!(tp);
|
||||
imm_dbg!(tp.to_chunk_and_local());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue