Added particles example screenshot.

This commit is contained in:
Branimir Karadžić 2017-01-05 21:28:43 -08:00
parent 6cb7042496
commit 747b6156cc
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -364,7 +364,8 @@ BX_PRAGMA_DIAGNOSTIC_POP();
{ entry::Key::F9, entry::Modifier::None, 1, NULL, "graphics flush" },
{ entry::Key::F10, entry::Modifier::None, 1, NULL, "graphics hidpi" },
{ entry::Key::Print, entry::Modifier::None, 1, NULL, "graphics screenshot" },
{ entry::Key::KeyP, entry::Modifier::LeftCtrl, 1, NULL, "graphics screenshot" },
INPUT_BINDING_END
};