57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<schemalist>
|
|
<schema id="org.gnome.Mines" path="/org/gnome/Mines/" gettext-domain="gnome-mines">
|
|
<key name="theme" type="s">
|
|
<default>'bgcolors'</default>
|
|
<summary>The theme to use</summary>
|
|
<description>The title of the tile theme to use.</description>
|
|
</key>
|
|
<key name="use-question-marks" type="b">
|
|
<default>true</default>
|
|
<summary>Use the unknown flag</summary>
|
|
<description>Set to true to be able to mark squares as unknown.</description>
|
|
</key>
|
|
<key name="use-autoflag" type="b">
|
|
<default>false</default>
|
|
<summary>Enable automatic placing of flags</summary>
|
|
<description>Set to true to automatically flag squares as mined when enough squares are revealed</description>
|
|
</key>
|
|
<key name="use-animations" type="b">
|
|
<default>false</default>
|
|
<summary>Enable animations</summary>
|
|
<description>Set to false to disable theme-defined transition animations</description>
|
|
</key>
|
|
<key name="xsize" type="i">
|
|
<default>16</default>
|
|
<range min="4" max="100" />
|
|
<summary>Number of columns in a custom game</summary>
|
|
</key>
|
|
<key name="ysize" type="i">
|
|
<default>16</default>
|
|
<range min="4" max="100" />
|
|
<summary>Number of rows in a custom game</summary>
|
|
</key>
|
|
<key name="nmines" type="i">
|
|
<default>40</default>
|
|
<summary>The number of mines in a custom game</summary>
|
|
</key>
|
|
<key name="mode" type="i">
|
|
<default>0</default>
|
|
<range min="0" max="3" />
|
|
<summary>Board size</summary>
|
|
<description>Size of the board (0-2 = small-large, 3 = custom)</description>
|
|
</key>
|
|
<key name="window-width" type="i">
|
|
<default>600</default>
|
|
<summary>Width of the window in pixels</summary>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>400</default>
|
|
<summary>Height of the window in pixels</summary>
|
|
</key>
|
|
<key name="window-is-maximized" type="b">
|
|
<default>false</default>
|
|
<summary>true if the window is maximized</summary>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|