mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
basic weather-based texture selection, additional control commands, minor line breaker logic fixes
This commit is contained in:
@@ -403,8 +403,16 @@ keyboard_input::default_bindings() {
|
||||
{ -1 },
|
||||
// redmarkertoggleleft
|
||||
{ GLFW_KEY_Y | keymodifier::shift },
|
||||
// redmarkerenableleft
|
||||
{ -1 },
|
||||
// redmarkerdisableleft
|
||||
{ -1 },
|
||||
// redmarkertoggleright
|
||||
{ GLFW_KEY_I | keymodifier::shift },
|
||||
// redmarkerenableright
|
||||
{ -1 },
|
||||
// redmarkerdisableright
|
||||
{ -1 },
|
||||
// headlighttogglerearleft
|
||||
{ GLFW_KEY_Y | keymodifier::control },
|
||||
// headlighttogglerearright
|
||||
|
||||
Reference in New Issue
Block a user