mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 15:40:28 -04:00
new filters, cztable, fix crash in enemy drawing
This commit is contained in:
parent
83933755df
commit
a8556070ad
10 changed files with 176 additions and 98 deletions
|
@ -38,7 +38,7 @@ protected:
|
|||
constexpr auto sdl_keycode_map = KeyCodeMap({
|
||||
{SDL_SCANCODE_A, 0x1E61, 0x1E41, 0x1E01},
|
||||
{SDL_SCANCODE_B,0x3062,0x3042,0x3002},
|
||||
{SDL_SCANCODE_C,0x2E63,0x2E42,0x2E03},
|
||||
{SDL_SCANCODE_C,0x2E63,0x2E43,0x2E03},
|
||||
{SDL_SCANCODE_D,0x2064,0x2044,0x2004},
|
||||
{SDL_SCANCODE_E,0x1265,0x1245,0x1205},
|
||||
{SDL_SCANCODE_F,0x2166,0x2146,0x2106},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue