Skip to content

Commit

Permalink
TEST SHIT
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars committed Mar 1, 2025
1 parent 9249bdc commit 88fdd4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion maps/using.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Easily change which map to build by uncommenting ONE below.
#define DEV_MODE 1
#define DEV_MODE 0
#if DEV_MODE == 1
#include "../mods/dev_mode/code/dev_map/dev_map.dm"
#warn Режим разработчика активен, не забудь выключить!
Expand Down
6 changes: 6 additions & 0 deletions mods/ssinput/code/general/client.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
if(!D?.key_bindings)
return
movement_keys = list()
//КОСТЫЛЬ ДЛЯ ТЕСТОВ
movement_keys["W"] = NORTH
movement_keys["S"] = SOUTH
movement_keys["A"] = WEST
movement_keys["D"] = EAST
//
var/list/communication_hotkeys = list()
for(var/key in D.key_bindings)
for(var/kb_name in D.key_bindings[key])
Expand Down

0 comments on commit 88fdd4f

Please sign in to comment.