This commit is contained in:
2026-03-22 01:52:20 +00:00
parent 9afcb0f612
commit adc236dc3d
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ impl Dorf {
let run_speed = 6.;
let normal_sprite = asset_server.load("dorf.png");
let carry_sprite = asset_server.load("dorf.png");
let origin = (position / TILE_SIZE).as_ivec3();
let origin = position.as_ivec3();
Dorf {
ambulatory: Ambulatory {