Smooth works

This commit is contained in:
2026-06-18 21:46:47 +03:00
parent 0ab895f79e
commit b241207077
4 changed files with 57 additions and 16 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ pub fn update_automation(
let random = &mut seeded_rng.0;
automation.next(random)
}
if keys.just_pressed(KeyCode::Tab){
if keys.just_pressed(KeyCode::Enter){
println!("Switching to PlateAutomation");
commands.entity(entity).remove::<SeedAutomation>().insert(PlateAutomation{
world: automation.world.clone()