pixelshift + layering

This commit is contained in:
SandPoot
2023-02-21 14:27:10 -03:00
parent 992d25ea08
commit 11a06b1686
9 changed files with 125 additions and 4 deletions
+2 -2
View File
@@ -74,7 +74,7 @@
var/mob/M = user.mob
M.westface()
return TRUE
/*
/datum/keybinding/mob/shift_north
hotkey_keys = list("CtrlShiftW", "CtrlShiftNorth")
name = "pixel_shift_north"
@@ -122,7 +122,7 @@
var/mob/M = user.mob
M.westshift()
return TRUE
*/
/datum/keybinding/living/hold_sprint
hotkey_keys = list()
classic_keys = list()