numbers for abxy

master
Bel LaPointe 2023-03-23 16:08:44 -06:00
parent f74dde0f29
commit e9ef0b249f
1 changed files with 10 additions and 10 deletions

View File

@ -91,16 +91,16 @@ fn build_config_std() -> Config {
name: env::var("INPUT_NAME").unwrap_or(String::from("stdin")), name: env::var("INPUT_NAME").unwrap_or(String::from("stdin")),
kafka: None, kafka: None,
gui: Some(GUI{ gui: Some(GUI{
up: env::var("INPUT_GUI_BUTTON_UP").unwrap_or(String::from("W")), up: env::var("INPUT_GUI_BUTTON_UP").unwrap_or(String::from("w")),
down: env::var("INPUT_GUI_BUTTON_DOWN").unwrap_or(String::from("S")), left: env::var("INPUT_GUI_BUTTON_LEFT").unwrap_or(String::from("a")),
left: env::var("INPUT_GUI_BUTTON_LEFT").unwrap_or(String::from("A")), down: env::var("INPUT_GUI_BUTTON_DOWN").unwrap_or(String::from("s")),
right: env::var("INPUT_GUI_BUTTON_RIGHT").unwrap_or(String::from("D")), right: env::var("INPUT_GUI_BUTTON_RIGHT").unwrap_or(String::from("d")),
a: env::var("INPUT_GUI_BUTTON_A").unwrap_or(String::from("a")), a: env::var("INPUT_GUI_BUTTON_A").unwrap_or(String::from("1")),
b: env::var("INPUT_GUI_BUTTON_B").unwrap_or(String::from("b")), b: env::var("INPUT_GUI_BUTTON_B").unwrap_or(String::from("2")),
x: env::var("INPUT_GUI_BUTTON_X").unwrap_or(String::from("x")), x: env::var("INPUT_GUI_BUTTON_X").unwrap_or(String::from("3")),
y: env::var("INPUT_GUI_BUTTON_Y").unwrap_or(String::from("y")), y: env::var("INPUT_GUI_BUTTON_Y").unwrap_or(String::from("4")),
l: env::var("INPUT_GUI_BUTTON_L").unwrap_or(String::from("l")), l: env::var("INPUT_GUI_BUTTON_L").unwrap_or(String::from("q")),
r: env::var("INPUT_GUI_BUTTON_R").unwrap_or(String::from("r")), r: env::var("INPUT_GUI_BUTTON_R").unwrap_or(String::from("e")),
}), }),
device: None, device: None,
udp: Some(UDP{ udp: Some(UDP{