Mercurial > mm7
comparison GUI/UI/UIGame.h @ 2574:dd36326a9994
More texture refactoring
GetLeather -> DrawTextureCustomHeight
author | a.parshin |
---|---|
date | Mon, 07 Mar 2016 03:48:40 +0200 |
parents | d87bfbd3bb3b |
children | a76d408c5132 |
comparison
equal
deleted
inserted
replaced
2573:0c67be4ec900 | 2574:dd36326a9994 |
---|---|
52 extern class Image *game_ui_statusbar; | 52 extern class Image *game_ui_statusbar; |
53 extern class Image *game_ui_rightframe; | 53 extern class Image *game_ui_rightframe; |
54 extern class Image *game_ui_topframe; | 54 extern class Image *game_ui_topframe; |
55 extern class Image *game_ui_leftframe; | 55 extern class Image *game_ui_leftframe; |
56 extern class Image *game_ui_bottomframe; | 56 extern class Image *game_ui_bottomframe; |
57 | |
58 extern class Image *game_ui_monster_hp_green; | |
59 extern class Image *game_ui_monster_hp_yellow; | |
60 extern class Image *game_ui_monster_hp_red; | |
61 extern class Image *game_ui_monster_hp_background; | |
62 extern class Image *game_ui_monster_hp_border_left; | |
63 extern class Image *game_ui_monster_hp_border_right; | |
64 | |
65 extern class Image *game_ui_bar_red; | |
66 extern class Image *game_ui_bar_yellow; | |
67 extern class Image *game_ui_bar_green; | |
68 extern class Image *game_ui_bar_blue; | |
69 | |
70 extern class Image *game_ui_player_alert_yellow; // 5079C8 | |
71 extern class Image *game_ui_player_alert_red; // 5079CC | |
72 extern class Image *game_ui_player_alert_green; // 5079D0 | |
73 | |
74 extern class Image *game_ui_minimap_frame; // 5079D8 | |
75 extern class Image *game_ui_minimap_compass; // 5079B4 | |
76 extern std::array<class Image *, 8> game_ui_minimap_dirs; | |
77 | |
78 extern class Image *game_ui_menu_quit; | |
79 extern class Image *game_ui_menu_resume; | |
80 extern class Image *game_ui_menu_controls; | |
81 extern class Image *game_ui_menu_save; | |
82 extern class Image *game_ui_menu_load; | |
83 extern class Image *game_ui_menu_new; | |
84 extern class Image *game_ui_menu_options; | |
85 | |
86 extern class Image *game_ui_tome_storyline; | |
87 extern class Image *game_ui_tome_calendar; | |
88 extern class Image *game_ui_tome_maps; | |
89 extern class Image *game_ui_tome_autonotes; | |
90 extern class Image *game_ui_tome_quests; | |
91 | |
92 extern class Image *game_ui_btn_rest; | |
93 extern class Image *game_ui_btn_cast; | |
94 extern class Image *game_ui_btn_zoomin; | |
95 extern class Image *game_ui_btn_zoomout; | |
96 extern class Image *game_ui_btn_quickref; | |
97 extern class Image *game_ui_btn_settings; | |
98 | |
99 extern class Image *game_ui_dialogue_background; | |
100 | |
101 extern std::array<class Image *, 5> game_ui_options_controls; | |
102 | |
103 extern class Image *game_ui_evtnpc; // 50795C |