mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
sound themes
This commit is contained in:
parent
226a8cc017
commit
85aa866e02
22 changed files with 132 additions and 72 deletions
|
|
@ -1,16 +1,19 @@
|
|||
# CMakeLists for sounds/ directory
|
||||
# CMakeLists for sounds directory
|
||||
#
|
||||
# Installs default sound files
|
||||
# add sounds subfolders
|
||||
|
||||
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.wav")
|
||||
SET(defsounds
|
||||
Default
|
||||
Legacy
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
INSTALL(FILES ${sounds} DESTINATION cockatrice.app/Contents/Resources/sounds/)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION cockatrice.app/Contents/Resources/sounds/)
|
||||
else()
|
||||
# Assume linux
|
||||
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds/)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION share/cockatrice/sounds/)
|
||||
endif()
|
||||
elseif(WIN32)
|
||||
INSTALL(FILES ${sounds} DESTINATION sounds/)
|
||||
endif()
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION sounds/)
|
||||
endif()
|
||||
|
|
|
|||
BIN
sounds/Legacy/all_mention.wav
Normal file
BIN
sounds/Legacy/all_mention.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/chat_mention.wav
Normal file
BIN
sounds/Legacy/chat_mention.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/draw_step.wav
Normal file
BIN
sounds/Legacy/draw_step.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/play_card.wav
Normal file
BIN
sounds/Legacy/play_card.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/player_join.wav
Normal file
BIN
sounds/Legacy/player_join.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/private_message.wav
Normal file
BIN
sounds/Legacy/private_message.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/shuffle.wav
Normal file
BIN
sounds/Legacy/shuffle.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/tap_card.wav
Normal file
BIN
sounds/Legacy/tap_card.wav
Normal file
Binary file not shown.
BIN
sounds/Legacy/untap_card.wav
Normal file
BIN
sounds/Legacy/untap_card.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue