mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
no loading between levels, many improvements in code
This commit is contained in:
parent
77f1700902
commit
a8a87d514c
55 changed files with 628 additions and 763 deletions
|
@ -125,7 +125,8 @@ constexpr auto sdl_keycode_map = KeyCodeMap({
|
|||
{SDL_SCANCODE_KP_8,0x4838,0x4800,0x8D00},
|
||||
{SDL_SCANCODE_KP_9,0x4939,0x4900,0x8400},
|
||||
{SDL_SCANCODE_KP_0,0x5230,0x5200,0x9200},
|
||||
{SDL_SCANCODE_KP_PERIOD,0x532E,0x5300,0x9300}
|
||||
{SDL_SCANCODE_KP_PERIOD,0x532E,0x5300,0x9300},
|
||||
{SDL_SCANCODE_KP_ENTER,0x1C0D,0x1C0D,0x1C0D}
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue