-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed inventory scroll bar alignment in widescreen mode
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<scroll_bar> | ||
<default height="15" height_v="15" hold_delay="40"> | ||
<up_arrow width="15" height="16"> | ||
<texture_e>ui_scroll_btn_up</texture_e> | ||
</up_arrow> | ||
<down_arrow width="15" height="16"> | ||
<texture_e>ui_scroll_btn_down</texture_e> | ||
</down_arrow> | ||
<back_v width="15" height="13"> | ||
<texture>ui_scroll_back</texture> | ||
</back_v> | ||
<box_v> | ||
<texture>ui_scroll_box</texture> | ||
</box_v> | ||
</default> | ||
|
||
<pda height="17" height_v="14" hold_delay="40"> | ||
<up_arrow width="14" height="21"> | ||
<texture_e>ui_scroll_PDA_btn_up_e</texture_e> | ||
<texture_h>ui_scroll_PDA_btn_up_h</texture_h> | ||
<texture_t>ui_scroll_PDA_btn_up_t</texture_t> | ||
</up_arrow> | ||
<down_arrow width="14" height="30"> | ||
<texture_e>ui_scroll_PDA_btn_down_e</texture_e> | ||
<texture_h>ui_scroll_PDA_btn_down_h</texture_h> | ||
<texture_t>ui_scroll_PDA_btn_down_t</texture_t> | ||
</down_arrow> | ||
|
||
<left_arrow width="18" height="17"> | ||
<texture_e>ui_scroll_PDA_btn_left_e</texture_e> | ||
<texture_h>ui_scroll_PDA_btn_left_h</texture_h> | ||
<texture_t>ui_scroll_PDA_btn_left_t</texture_t> | ||
</left_arrow> | ||
<right_arrow width="18" height="17"> | ||
<texture_e>ui_scroll_PDA_btn_right_e</texture_e> | ||
<texture_h>ui_scroll_PDA_btn_right_h</texture_h> | ||
<texture_t>ui_scroll_PDA_btn_right_t</texture_t> | ||
</right_arrow> | ||
|
||
<back width="14" height="14"> | ||
<texture>ui_scroll_PDA_back</texture> | ||
</back> | ||
<back_v width="14" height="14"> | ||
<texture>ui_scroll_PDA_back_16</texture> | ||
</back_v> | ||
|
||
<box> | ||
<texture>ui_scroll_PDA_move</texture> | ||
</box> | ||
<box_v> | ||
<texture>ui_scroll_PDA_move_16</texture> | ||
</box_v> | ||
</pda> | ||
</scroll_bar> |