update engine and build scripts

This commit is contained in:
BlackMATov
2023-01-08 17:47:13 +07:00
parent 3a990cc1e4
commit 4c196b35ab
27 changed files with 505 additions and 345 deletions

View File

@@ -18,7 +18,7 @@ namespace
E2D_UNUSED(owner, event);
const keyboard& k = the<input>().keyboard();
if ( k.is_key_just_released(keyboard_key::f12) ) {
if ( k.is_key_just_released(keyboard_key::f1) ) {
the<dbgui>().toggle_visible(!the<dbgui>().visible());
}