mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-06 11:39:55 +01:00
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
31 lines
840 B
XML
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>
|