git: Line endings of README.txt
[projects/chimara/chimara.git] / player / org.chimara-if.gschema.xml
index 4e2fc56de251d97dd79d6fde05731569d73016a6..83c521ef5c448166f50f235157f31c70f9d9388a 100644 (file)
       </description>
     </key>
 
+    <key name="css-file" type="ms">
+      <default>nothing</default>
+      <summary>CSS style file</summary>
+      <description>
+        The CSS file containing the current theme for the text in the games.
+      </description>
+    </key>
+
+    <key name="resource-path" type="ms">
+      <default>nothing</default>
+      <summary>Resource path</summary>
+      <description>
+        Where to look for Blorb resource files containing graphics and sound;
+        normally, these are part of the story file itself, but they are provided
+        as separate files in some older games.
+      </description>
+    </key>
+
+    <key name="preferred-interpreters" type="a{ss}">
+      <default>{'z5': 'frotz',
+                'z6': 'nitfol',
+                'z8': 'frotz',
+                'zblorb': 'frotz',
+                'glulx': 'glulxe',
+                'gblorb': 'glulxe'}</default>
+      <summary>Preferred interpreters</summary>
+      <description>
+        Preferred interpreters for opening each format of story file.
+      </description>
+    </key>
+
   </schema>
 
   <schema id="org.chimara-if.player.state" path="/org/chimara-if/player/state/">
       </description>
     </key>
 
+    <key name="show-toolbar-default" type="b">
+      <default>true</default>
+      <summary>Show toolbar by default</summary>
+      <description>
+        Whether to show or hide the toolbar by default in new game windows.
+      </description>
+    </key>
+
   </schema>
 </schemalist>
\ No newline at end of file