mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
additional door cab controls, light configuration ai command, line breaker state change sounds, texture scaling crash fix
This commit is contained in:
@@ -544,6 +544,21 @@ drivermouse_input::default_bindings() {
|
||||
{ "door_right_sw:", {
|
||||
user_command::doortoggleright,
|
||||
user_command::none } },
|
||||
{ "doorlefton_sw:", {
|
||||
user_command::dooropenleft,
|
||||
user_command::none } },
|
||||
{ "doorrighton_sw:", {
|
||||
user_command::dooropenright,
|
||||
user_command::none } },
|
||||
{ "doorleftoff_sw:", {
|
||||
user_command::doorcloseleft,
|
||||
user_command::none } },
|
||||
{ "doorrightoff_sw:", {
|
||||
user_command::doorcloseright,
|
||||
user_command::none } },
|
||||
{ "dooralloff_sw:", {
|
||||
user_command::doorcloseall,
|
||||
user_command::none } },
|
||||
{ "departure_signal_bt:", {
|
||||
user_command::departureannounce,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user