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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user