[client] Add bindings for load and quickload in demos

This commit is contained in:
Bill Currie 2021-12-19 08:57:04 +09:00
parent aacd2575d2
commit 43cdca330b
1 changed files with 10 additions and 0 deletions

View File

@ -140,6 +140,16 @@
num = 41;
binding = toggleconsole;
},
{
imt = imt_demo;
num = 61;
binding = menu_load;
},
{
imt = imt_demo;
num = 67;
binding = "echo Quickloading...; wait; load quick";
},
{
imt = imt_demo;
num = 68;