Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NAKKA-K committed Mar 9, 2018
1 parent 5020a18 commit 790069a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scenes/credit/director.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def update
@leng_sensor.down?(LengSensor::LEFT_PIN)
SceneMgr.move_to(:title)
elsif !$DEBUG && @button_sensor.down?(ButtonSensor::RIGHT_PIN) # 運営操作用のマスターkey
SceneMgr.move_to(:game)
SceneMgr.move_to(:title)
end
end

Expand Down
2 changes: 1 addition & 1 deletion src/scenes/game/director.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def update
SceneMgr.move_to(:result)
@timer.reset
elsif !$DEBUG && @button_sensor.down?(ButtonSensor::RIGHT_PIN) # 運営操作用のマスターkey
SceneMgr.move_to(:game)
SceneMgr.move_to(:result)
end

if $DEBUG && @button_sensor.down?(ButtonSensor::RIGHT_PIN) ||
Expand Down

0 comments on commit 790069a

Please sign in to comment.