22 lines
964 B
XML
22 lines
964 B
XML
|
<!--
|
||
|
** Zone Recycle Bin
|
||
|
** Author: Catspaw (CatspawMods @ ModDB)
|
||
|
** Source: https://www.moddb.com/members/catspawmods/addons
|
||
|
** Version: 1.2
|
||
|
** Updated: 20230426
|
||
|
Texture definitions unique to the ZRB. To merge ZRB with any mod that
|
||
|
alters map_spots.xml or map_spots_16.xml, simply add the following line to
|
||
|
both of those files in your mod:
|
||
|
|
||
|
#include "ui\map_spots_trash.xml"
|
||
|
-->
|
||
|
<trash hint="st_ui_pda_secret">
|
||
|
<level_map spot="trash_spot" pointer="quest_pointer"/>
|
||
|
<mini_map spot="trash_spot_mini"/>
|
||
|
</trash>
|
||
|
<trash_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||
|
<texture>ui_inGame2_PDA_icon_trash</texture>
|
||
|
</trash_spot>
|
||
|
<trash_spot_mini width="8" height="8" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||
|
<texture>ui_inGame2_PDA_icon_trash</texture>
|
||
|
</trash_spot_mini>
|