Introduce F1 menu to reconfigure key bindings at runtime
This commit is contained in:
parent
af145c3a01
commit
dd73db2e9d
17 changed files with 1837 additions and 136 deletions
|
@ -135,6 +135,8 @@ set(MAIN_HEADERS
|
|||
src/gl-util.h
|
||||
src/util.h
|
||||
src/config.h
|
||||
src/settingsmenu.h
|
||||
src/keybindings.h
|
||||
src/tileatlas.h
|
||||
src/sharedstate.h
|
||||
src/al-util.h
|
||||
|
@ -180,6 +182,8 @@ set(MAIN_SOURCE
|
|||
src/debuglogger.cpp
|
||||
src/etc.cpp
|
||||
src/config.cpp
|
||||
src/settingsmenu.cpp
|
||||
src/keybindings.cpp
|
||||
src/tileatlas.cpp
|
||||
src/sharedstate.cpp
|
||||
src/gl-fun.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue