Mercurial
Mercurial
>
sheepy-clone
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author
szczur
Sun, 12 Sep 2010 17:38:14 -0400
changeset 3850
df6ecca1894f
parent 3506
0523e68f1972
child 11778
ae10ff578eb2
permissions
-rw-r--r--
This change allows computers limited to 512 texture size like szczur's card to run Hedgewars, so long as reduce quality is set to eliminate background textures. It makes Ammo menu and Hats multicolumn, 512 high.
file(GLOB images *.png)
install(FILES
theme.cfg
${images}
DESTINATION ${SHAREPATH}Data/Themes/Brick)