File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1120,6 +1120,7 @@ def main():
11201120 sound_manager .load_sound ('hover' , 'assets/sounds/click.wav' )
11211121 sound_manager .load_sound ('cube_click' , 'assets/sounds/friend_join.wav' )
11221122 sound_manager .load_sound ('cone_click' , 'assets/sounds/cone.wav' )
1123+ sound_manager .load_sound ('cone_back' , 'assets/sounds/coneback.wav' )
11231124 sound_manager .load_music ('assets/sounds/sourcebox.dll.mp3' )
11241125 # sourcebox album version don't start until like 2 sec for some reason but i am keeping it
11251126 # until like when person go to voidside tracker or person go back to main menu
@@ -1357,9 +1358,7 @@ def main():
13571358 elif current_scene == "cone" :
13581359 # check triangle click in cone scene (LEFT-CLICK ONLY)
13591360 if cone_scene .check_triangle_click (mouse_pos , display [0 ], display [1 ]):
1360- sound_manager .play_sound ('cone_click' )
1361- pygame .time .wait (500 )
1362- sound_manager .stop_sound ('cone_click' )
1361+ sound_manager .play_sound ('cone_back' )
13631362
13641363 # 3 second delay
13651364 pygame .time .wait (3000 )
You can’t perform that action at this time.
0 commit comments