mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 13:49:02 -06:00
Yet more SOCD handling
This commit is contained in:
parent
438acde2e2
commit
b5db5bbdc3
@ -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
|
||||||
elseif inputs["up"] or inputs["down"] then
|
end
|
||||||
inputs["left"] = false
|
if inputs["up"] then
|
||||||
inputs["right"] = false
|
inputs["down"] = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user