Fix tab looking/general input consistency improvement (#71)

* fix tab looking/general input consistency improvement

* fix input drops from consecutive FixedUpdates
This commit is contained in:
PROMETHIA-27
2025-10-21 01:01:33 -04:00
committed by GitHub
parent 5d2ac11ebd
commit f8540b01e0
2 changed files with 27 additions and 35 deletions

View File

@@ -1,12 +1,11 @@
use bevy::{ecs::entity::MapEntities, prelude::*};
use serde::{Deserialize, Serialize};
use crate::{
GameState,
head::ActiveHead,
heads_database::{HeadControls, HeadsDatabase},
player::Player,
};
use bevy::{ecs::entity::MapEntities, prelude::*};
use serde::{Deserialize, Serialize};
pub mod controller_common;
pub mod controller_flying;