|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:42:51
|
Module: performous Branch: dance Commit: 223a7099afabd797b7d210a34c33ec7933ed6a8e Author: Tapio Vierros <tap...@gm...> Date: Tue Nov 10 00:00:33 2009 +0200 Added config variable to toggle between 2d/3d instrument notes. 3d enabled by default for now (for easier testing). --- data/schema.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index 400fe54..9313de9 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -118,6 +118,12 @@ to save the current settings to XML. <long>Allows completely disabling background videos. It is recommended to leave this enabled as Performous will still smoothly fade out the video if your computer is not fast enough.</long> </locale> </entry> + <entry name="graphic/3d_notes" type="bool" value="true"> + <locale name="C"> + <short>3D notes</short> + <long>Draw instrument notes as 3-dimensional objects. May hurt performance on older hardware.</long> + </locale> + </entry> <entry name="graphic/svg_lod" type="float" value="1.0"> <ui unit="x" /> <limits min="0.5" max="3.0" step="0.1" /> |