diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
commit | 2a4a514b654ef0e08134a116c658d49a8f16cfe7 (patch) | |
tree | 8f33af3d9508c370a27719d3bc2089ada1abeffb /config | |
parent | a0afc9a192016b2bb4c185895a4082cc965e1179 (diff) | |
parent | 3033594b89f23e65b6152daa6610f991307f2f67 (diff) |
Worlds can be themed
Diffstat (limited to 'config')
-rw-r--r-- | config/items.xml | 2 | ||||
-rw-r--r-- | config/settings.xml.example | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/config/items.xml b/config/items.xml index 02d199e..02382d6 100644 --- a/config/items.xml +++ b/config/items.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <item name="Debug" type="Tool" maxStackSize="1" width="1" height="1" sprite="assets/items/ITEM_TEST.png" /> -<item name="Dank Maymay" type="Tool" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> +<item name="Dank MayMay" type="Tool" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> <item name="Your Bag" type="Equip" maxStackSize="1" width="5" height="5" sprite="assets/items/ITEM_TEST.png" /> <item name="Flashlight" type="Tool" maxStackSize="1" width="4" height="8" sprite="assets/items/flashlight_off.png" /> <item name="Wood Sword" type="Sword" maxStackSize="1" width="4" height="10" sprite="assets/items/SWORD_WOOD.png" /> 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> |