fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user