From 3033594b89f23e65b6152daa6610f991307f2f67 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Wed, 10 Feb 2016 08:48:49 -0500
Subject: quests, inventory good

---
 config/settings.xml.example | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 config/settings.xml.example

(limited to 'config/settings.xml.example')

diff --git a/config/settings.xml.example b/config/settings.xml.example
new file mode 100644
index 0000000..d9b8077
--- /dev/null
+++ b/config/settings.xml.example
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<screen width="1280" height="800" fullscreen="true"/>
+
+<!--
+
+Available fonts:
+
+	8-BIT WONDER.TTF
+	FreePixel.ttf
+	Perfect DOS VGA 437.ttf
+	Perfect DOS VGA 437 Win.ttf
+	PIXEAB__.TTF
+	PIXEARG_.TTF
+	VCR_OSD_MONO_1.001.ttf
+
+-->
+
+<font path="ttf/FreePixel.ttf"/>
+
+<hline size="3"/>
+
+<volume>
+    <master volume="100"/>
+    <music volume="50"/>
+    <sfx volume="50"/>
+</volume>
-- 
cgit v1.2.3