mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -07:00
updated to new folder locations
- `sounds` and `themes` moved into `cockatrice/` moved subdirectory reference `/cmakelists` to `/cockatrice/cmakelists`
This commit is contained in:
parent
bf42319296
commit
754e666eaa
37 changed files with 3 additions and 2 deletions
19
cockatrice/sounds/CMakeLists.txt
Normal file
19
cockatrice/sounds/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# CMakeLists for sounds directory
|
||||
#
|
||||
# add sounds subfolders
|
||||
|
||||
SET(defsounds
|
||||
Default
|
||||
Legacy
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION cockatrice.app/Contents/Resources/sounds/)
|
||||
else()
|
||||
# Assume linux
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION share/cockatrice/sounds/)
|
||||
endif()
|
||||
elseif(WIN32)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION sounds/)
|
||||
endif()
|
||||
BIN
cockatrice/sounds/Default/attack_step.wav
Normal file
BIN
cockatrice/sounds/Default/attack_step.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/buddy_join.wav
Normal file
BIN
cockatrice/sounds/Default/buddy_join.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/buddy_leave.wav
Normal file
BIN
cockatrice/sounds/Default/buddy_leave.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/end_step.wav
Normal file
BIN
cockatrice/sounds/Default/end_step.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/player_join.wav
Normal file
BIN
cockatrice/sounds/Default/player_join.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/start_combat.wav
Normal file
BIN
cockatrice/sounds/Default/start_combat.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Default/tap_card.wav
Normal file
BIN
cockatrice/sounds/Default/tap_card.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/all_mention.wav
Normal file
BIN
cockatrice/sounds/Legacy/all_mention.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/chat_mention.wav
Normal file
BIN
cockatrice/sounds/Legacy/chat_mention.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/draw_step.wav
Normal file
BIN
cockatrice/sounds/Legacy/draw_step.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/play_card.wav
Normal file
BIN
cockatrice/sounds/Legacy/play_card.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/player_join.wav
Normal file
BIN
cockatrice/sounds/Legacy/player_join.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/private_message.wav
Normal file
BIN
cockatrice/sounds/Legacy/private_message.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/shuffle.wav
Normal file
BIN
cockatrice/sounds/Legacy/shuffle.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/tap_card.wav
Normal file
BIN
cockatrice/sounds/Legacy/tap_card.wav
Normal file
Binary file not shown.
BIN
cockatrice/sounds/Legacy/untap_card.wav
Normal file
BIN
cockatrice/sounds/Legacy/untap_card.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue