Skip to content

Commit

Permalink
feat: 🤖Make [Robot] move and turn x2 faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 28, 2024
1 parent 6f09bec commit 0be4543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/opencomputers/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ opencomputers {
# successful move command. Note that this essentially determines how
# fast robots can move around, since this also determines the length
# of the move animation.
move=0.4
move=0.2

# The time in seconds to pause execution after a robot successfully
# placed an item from its inventory.
Expand All @@ -1554,7 +1554,7 @@ opencomputers {
# left or right. Note that this essentially determines hw fast robots
# can turn around, since this also determines the length of the turn
# animation.
turn=0.4
turn=0.2

# The time in seconds to pause execution after a robot successfully
# used an equipped tool (or it's 'hands' if nothing is equipped).
Expand Down

0 comments on commit 0be4543

Please sign in to comment.