inv update

This commit is contained in:
2026-03-21 21:27:26 +00:00
parent 40b5d8ce95
commit 2f9360c8bc
13 changed files with 567 additions and 58 deletions
+5 -2
View File
@@ -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,