mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 16:09:02 -06:00
Changed frame step input to rotate_left
This commit is contained in:
parent
649dd5f31d
commit
635ef6270f
@ -128,7 +128,7 @@ function ReplayScene:onInputPress(e)
|
||||
if self.paused then pauseBGM()
|
||||
else resumeBGM() end
|
||||
--frame step
|
||||
elseif e.input == "menu_decide" then
|
||||
elseif e.input == "rotate_left" then
|
||||
self.frame_steps = self.frame_steps + 1
|
||||
elseif e.input == "left" then
|
||||
self.replay_speed = self.replay_speed - 1
|
||||
|
Loading…
Reference in New Issue
Block a user