mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
compartment lighting vehicle subsystem, submodel diffuse impact on ambient lighting, minor gfx renderer bug fixes, minor ai logic tweaks
This commit is contained in:
@@ -837,6 +837,15 @@ drivermouse_input::default_bindings() {
|
||||
{ "cablightdim_sw:", {
|
||||
user_command::interiorlightdimtoggle,
|
||||
user_command::none } },
|
||||
{ "compartmentlights_sw:", {
|
||||
user_command::compartmentlightstoggle,
|
||||
user_command::none } },
|
||||
{ "compartmentlightson_sw:", {
|
||||
user_command::compartmentlightsenable,
|
||||
user_command::none } },
|
||||
{ "compartmentlightsoff_sw:", {
|
||||
user_command::compartmentlightsdisable,
|
||||
user_command::none } },
|
||||
{ "battery_sw:", {
|
||||
user_command::batterytoggle,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user