inv update
This commit is contained in:
@@ -18,10 +18,13 @@ pub struct Dorf {
|
||||
|
||||
impl Dorf {
|
||||
pub fn new(asset_server: &Res<AssetServer>, position: Vec3) -> Self {
|
||||
let walk_speed = 5.;
|
||||
let run_speed = 6.;
|
||||
Dorf {
|
||||
ambulatory: Ambulatory {
|
||||
walk_speed: 5.,
|
||||
run_speed: 6.,
|
||||
walk_speed,
|
||||
base_walk_speed: walk_speed,
|
||||
run_speed,
|
||||
target: None,
|
||||
current_path: None,
|
||||
path_index: 0,
|
||||
|
||||
Reference in New Issue
Block a user