mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-05-13 20:21:25 -05:00
Revert "Yet more SOCD handling"
This reverts commit b5db5bbdc3959086e5d09dd64d630480d24d7451.
This commit is contained in:
parent
b5db5bbdc3
commit
985f73c39d
@ -126,9 +126,9 @@ function GameMode:update(inputs, ruleset)
|
|||||||
if inputs["left"] or inputs["right"] then
|
if inputs["left"] or inputs["right"] then
|
||||||
inputs["up"] = false
|
inputs["up"] = false
|
||||||
inputs["down"] = false
|
inputs["down"] = false
|
||||||
end
|
elseif inputs["up"] or inputs["down"] then
|
||||||
if inputs["up"] then
|
inputs["left"] = false
|
||||||
inputs["down"] = false
|
inputs["right"] = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user