mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
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
This commit is contained in:
30
AndorsTrail/res/values/loadresources_debug.xml
Normal file
30
AndorsTrail/res/values/loadresources_debug.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user