Mercurial > mm7
comparison GUI/GUIProgressBar.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 |
---|---|
40 //RGBTexture field_40; | 40 //RGBTexture field_40; |
41 //RGBTexture field_68; | 41 //RGBTexture field_68; |
42 //RGBTexture field_90; | 42 //RGBTexture field_90; |
43 //RGBTexture field_B8; | 43 //RGBTexture field_B8; |
44 struct Texture_MM7 field_E0; | 44 struct Texture_MM7 field_E0; |
45 struct Texture_MM7 pBardata; | 45 class Image *progressbar_dungeon;//struct Texture_MM7 pBardata; |
46 struct Texture_MM7 pLoadingProgress; | 46 class Image *progressbar_loading;//struct Texture_MM7 pLoadingProgress; |
47 | 47 |
48 | 48 |
49 inline GUIProgressBar(): | 49 inline GUIProgressBar(): |
50 loading_bg(nullptr) | 50 loading_bg(nullptr) |
51 {} | 51 {} |