updated to new folder locations
- `sounds` and `themes` moved into `cockatrice/` moved subdirectory reference `/cmakelists` to `/cockatrice/cmakelists`
22
cockatrice/themes/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# CMakeLists for themes directory
|
||||
#
|
||||
# add themes subfolders
|
||||
|
||||
SET(defthemes
|
||||
Default
|
||||
Fabric
|
||||
Leather
|
||||
Plasma
|
||||
VelvetMarble
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION cockatrice.app/Contents/Resources/themes/)
|
||||
else()
|
||||
# Assume linux
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION share/cockatrice/themes/)
|
||||
endif()
|
||||
elseif(WIN32)
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION themes/)
|
||||
endif()
|
||||
4
cockatrice/themes/Default/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
BIN
cockatrice/themes/Fabric/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
cockatrice/themes/Fabric/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
cockatrice/themes/Fabric/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
cockatrice/themes/Fabric/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 257 KiB |
BIN
cockatrice/themes/Leather/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
cockatrice/themes/Leather/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
cockatrice/themes/Leather/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
cockatrice/themes/Leather/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
cockatrice/themes/Plasma/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
cockatrice/themes/Plasma/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
cockatrice/themes/Plasma/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
cockatrice/themes/Plasma/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
cockatrice/themes/VelvetMarble/zones/handzone.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
cockatrice/themes/VelvetMarble/zones/playerzone.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
cockatrice/themes/VelvetMarble/zones/stackzone.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
cockatrice/themes/VelvetMarble/zones/tablezone.jpg
Normal file
|
After Width: | Height: | Size: 110 KiB |