Rename controller main, alt to primary, secondary

This commit is contained in:
timokoesters
2019-08-31 00:13:45 +02:00
parent a95893e43b
commit 15978d216b
6 changed files with 24 additions and 24 deletions

View File

@ -4,11 +4,11 @@ use vek::*;
#[derive(Clone, Debug, Default, PartialEq, Serialize, Deserialize)]
pub struct Controller {
pub primary: bool,
pub secondary: bool,
pub move_dir: Vec2<f32>,
pub look_dir: Vec3<f32>,
pub jump: bool,
pub main: bool,
pub alt: bool,
pub roll: bool,
pub glide: bool,
pub respawn: bool,