Skip to content
Snippets Groups Projects
Commit 6d032a40 authored by pal's avatar pal
Browse files

reducing play-time sound

parent c9cb0ac4
No related branches found
No related tags found
Loading
......@@ -278,7 +278,7 @@ def main():
elif (token_picked):
placed_token, moved_back = board_game.detect_placed_token(board_game.picked_token, detected_board)
if len(placed_token)>0:
board_game.play_sound("/sounds/pull-out.ogg", 0.2)
board_game.play_sound("/sounds/pull-out.ogg", 0.1)
msg_move.detected_token = placed_token
msg_move.picked = False
msg_move.placed = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment