~jtaylor/ubuntu/precise/gnome-games/lp-995281

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<schemalist>
  <schema id="org.gnome.quadrapassel" path="/org/gnome/quadrapassel/">
    <key name="block-pixmap" type="s">
      <default>'7blocks-gw.png'</default>
      <_summary>Image to use for drawing blocks</_summary>
      <_description>Image to use for drawing blocks.</_description>
    </key>
    <key name="theme" type="s">
      <default>'clean'</default>
      <_summary>The theme used for rendering the blocks</_summary>
      <_description>The name of the theme used for rendering the blocks and the background.</_description>
    </key>
    <key name="starting-level" type="i">
      <default>1</default>
      <range min="1" max="20"/>
      <_summary>Level to start with</_summary>
      <_description>Level to start with.</_description>
    </key>
    <key name="do-preview" type="b">
      <default>true</default>
      <_summary>Whether to preview the next block</_summary>
      <_description>Whether to preview the next block.</_description>
    </key>
    <key name="show-shadow" type="b">
      <default>false</default>
      <_summary>Whether to show where the moving piece will land</_summary>
      <_description>Whether to show where the moving piece will land.</_description>
    </key>
    <key name="random-block-colors" type="b">
      <default>false</default>
      <_summary>Whether to give blocks random colors</_summary>
      <_description>Whether to give blocks random colors.</_description>
    </key>
    <key name="rotate-counter-clock-wise" type="b">
      <default>true</default>
      <_summary>Whether to rotate counter clock wise</_summary>
      <_description>Whether to rotate counter clock wise.</_description>
    </key>
    <key name="line-fill-height" type="i">
      <default>0</default>
      <range min="0" max="19"/>
      <_summary>The number of rows to fill</_summary>
      <_description>The number of rows that are filled with random blocks at the start of the game.</_description>
    </key>
    <key name="line-fill-probability" type="i">
      <default>5</default>
      <range min="0" max="10"/>
      <_summary>The density of filled rows</_summary>
      <_description>The density of blocks in rows filled at the start of the game. The value is between 0 (for no blocks) and 10 (for a completely filled row).</_description>
    </key>
    <key name="sound" type="b">
      <default>true</default>
      <_summary>Whether to play sounds</_summary>
      <_description>Whether to play sounds.</_description>
    </key>
    <key name="pick-difficult-blocks" type="b">
      <default>true</default>
      <_summary>Whether to pick blocks that are hard to place</_summary>
      <_description>Whether to pick blocks that are hard to place.</_description>
    </key>
    <key name="key-left" type="i">
      <default>65361</default>
      <_summary>Move left</_summary>
      <_description>Key press to move left.</_description>
    </key>
    <key name="key-right" type="i">
      <default>65363</default>
      <_summary>Move right</_summary>
      <_description>Key press to move right.</_description>
    </key>
    <key name="key-down" type="i">
      <default>65364</default>
      <_summary>Move down</_summary>
      <_description>Key press to move down.</_description>
    </key>
    <key name="key-drop" type="i">
      <default>32</default>
      <_summary>Drop</_summary>
      <_description>Key press to drop.</_description>
    </key>
    <key name="key-rotate" type="i">
      <default>65362</default>
      <_summary>Rotate</_summary>
      <_description>Key press to rotate.</_description>
    </key>
    <key name="key-pause" type="i">
      <default>65299</default>
      <_summary>Pause</_summary>
      <_description>Key press to pause.</_description>
    </key>
  </schema>
</schemalist>