Skip to content

Commit

Permalink
변경 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghi committed Nov 17, 2021
1 parent 4201a68 commit 0e05d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Brain/Controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import time

CLEAR_LIMIT: int = 3
CLEAR_LIMIT: int = 2
class Mode(Enum):
START = auto()
IN = auto()
Expand Down
1 change: 1 addition & 0 deletions Constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __delattr__(self, name):
const.GREEN_ROOM_TURN_FIND_CORNER = 1

### BLACK ROOM ###
const.BLACK_ROOM_ALPHABET = "B"
const.BLACK_ROOM_DEFAULT_TURN_FIND_BOX = 3
const.BLACK_ROOM_DEFAULT_TURN_FIND_CORNER = 4
const.BLACK_ROOM_DEFAULT_OUT_ROOM_WALK = 0
Expand Down

0 comments on commit 0e05d1c

Please sign in to comment.