|
From: Tapio V. <aa...@us...> - 2009-11-08 08:30:35
|
Module: performous Branch: dance Commit: e389a7bb6c898206451338f81b81c4d91055d0dc Author: Tapio Vierros <tap...@gm...> Date: Thu Oct 29 23:50:54 2009 +0200 Added some background dirs to the config xml. --- data/schema.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index 55981f0..400fe54 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -249,4 +249,14 @@ to save the current settings to XML. <long>Where to look for pictures of players.</long> </locale> </entry> + <entry name="system/path_backgrounds" type="string_list"> + <stringvalue>/usr/local/share/games/performous/backgrounds</stringvalue> + <stringvalue>/usr/share/games/performous/backgrounds</stringvalue> + <stringvalue>../backgrounds/</stringvalue><!-- For Windows where the program is started in bin/ --> + <stringvalue>~/.performous/backgrounds/</stringvalue> + <locale name="C"> + <short>Random background folders</short> + <long>Where to look for default backgrounds.</long> + </locale> + </entry> </performous> |