Files
andors-trail/AndorsTrail/res/values/loadresources_debug.xml
oskar.wiksten 83f0834c93 Virtual D-pad (thanks to Samuel)
Movement even when holding the same spot (thanks to Samuel)
Movement aggressiveness, not enabled yet (thanks to Samuel)
Restructured resourceloader to use external file as list of what resources to load
Renamed resource files to indicate what files can be translated
Updated German translation (thanks to Samuel)
Updated French translation (thanks to Misty Soul)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@120 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-08 12:31:21 +00:00

31 lines
840 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="loadresource_items_debug">
<item>@string/itemlist_money</item>
<item>@string/itemlist_weapons</item>
<item>@string/itemlist_armour</item>
<item>@string/itemlist_debug</item>
</array>
<array name="loadresource_droplists_debug">
<item>@string/droplists_debug</item>
</array>
<array name="loadresource_quests_debug">
<item>@string/questlist_debug</item>
</array>
<array name="loadresource_conversationlists_debug">
<item>@string/conversationlist_debug</item>
</array>
<array name="loadresource_monsters_debug">
<item>@string/monsterlist_debug</item>
</array>
<array name="loadresource_maps_debug">
<item>@xml/debugmap</item>
</array>
</resources>