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
4
mkxp.pro
4
mkxp.pro
|
@ -114,6 +114,8 @@ 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 \
|
||||
|
@ -158,6 +160,8 @@ SOURCES += \
|
|||
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