mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-05 18:36:33 +05:00
Changes keys from "H", "J" to "N", "M"
This commit is contained in:
parent
ac598aa102
commit
575adf67f8
1 changed files with 2 additions and 2 deletions
|
@ -1081,14 +1081,14 @@ if CLIENT then
|
|||
|
||||
LocalPlayer():EmitSound("buttonrollover.wav")
|
||||
end,
|
||||
[KEY_H] = function()
|
||||
[KEY_N] = function()
|
||||
local mult = input.IsKeyDown(KEY_LCONTROL) and 0.06666666666666667 or 1
|
||||
|
||||
BuildModeAngle:RotateAroundAxis(Vector(0, 0, 1), 15 * mult)
|
||||
|
||||
LocalPlayer():EmitSound("buttonrollover.wav")
|
||||
end,
|
||||
[KEY_J] = function()
|
||||
[KEY_M] = function()
|
||||
local mult = input.IsKeyDown(KEY_LCONTROL) and 0.06666666666666667 or 1
|
||||
|
||||
BuildModeAngle:RotateAroundAxis(Vector(0, 0, 1), -15 * mult)
|
||||
|
|
Loading…
Add table
Reference in a new issue