Mercurial > mm7
comparison GUI/UI/UIGame.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
comparison
equal
deleted
inserted
replaced
2574:dd36326a9994 | 2575:a76d408c5132 |
---|---|
60 extern class Image *game_ui_monster_hp_red; | 60 extern class Image *game_ui_monster_hp_red; |
61 extern class Image *game_ui_monster_hp_background; | 61 extern class Image *game_ui_monster_hp_background; |
62 extern class Image *game_ui_monster_hp_border_left; | 62 extern class Image *game_ui_monster_hp_border_left; |
63 extern class Image *game_ui_monster_hp_border_right; | 63 extern class Image *game_ui_monster_hp_border_right; |
64 | 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 | 65 extern class Image *game_ui_minimap_frame; // 5079D8 |
75 extern class Image *game_ui_minimap_compass; // 5079B4 | 66 extern class Image *game_ui_minimap_compass; // 5079B4 |
76 extern std::array<class Image *, 8> game_ui_minimap_dirs; | 67 extern std::array<class Image *, 8> game_ui_minimap_dirs; |
77 | 68 |
78 extern class Image *game_ui_menu_quit; | 69 extern class Image *game_ui_menu_quit; |
99 extern class Image *game_ui_dialogue_background; | 90 extern class Image *game_ui_dialogue_background; |
100 | 91 |
101 extern std::array<class Image *, 5> game_ui_options_controls; | 92 extern std::array<class Image *, 5> game_ui_options_controls; |
102 | 93 |
103 extern class Image *game_ui_evtnpc; // 50795C | 94 extern class Image *game_ui_evtnpc; // 50795C |
95 | |
96 | |
97 extern std::array< std::array<class Image *, 56>, 4> game_ui_player_faces; | |
98 extern class Image *game_ui_player_face_eradicated; | |
99 extern class Image *game_ui_player_face_dead; | |
100 | |
101 extern class Image *game_ui_player_selection_frame; // 50C98C | |
102 extern class Image *game_ui_player_alert_yellow; // 5079C8 | |
103 extern class Image *game_ui_player_alert_red; // 5079CC | |
104 extern class Image *game_ui_player_alert_green; // 5079D0 | |
105 | |
106 extern class Image *game_ui_bar_red; | |
107 extern class Image *game_ui_bar_yellow; | |
108 extern class Image *game_ui_bar_green; | |
109 extern class Image *game_ui_bar_blue; | |
110 | |
111 extern class Image *game_ui_playerbuff_pain_reflection; | |
112 extern class Image *game_ui_playerbuff_hammerhands; | |
113 extern class Image *game_ui_playerbuff_preservation; | |
114 extern class Image *game_ui_playerbuff_bless; |