Mercurial > fife-parpg
diff engine/core/view/visual.i @ 356:ab41334e8a57
Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378]
Added layer transparency support
Added layer transparency to map editor
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 24 Sep 2009 18:24:47 +0000 |
parents | 90005975cdbb |
children | 8fa2f3aa0cbd |
line wrap: on
line diff
--- a/engine/core/view/visual.i Tue Sep 22 19:03:53 2009 +0000 +++ b/engine/core/view/visual.i Thu Sep 24 18:24:47 2009 +0000 @@ -29,7 +29,7 @@ public: virtual ~Visual2DGfx(); void setTransparency(uint8_t transparency); - unsigned int getTransparency(); + uint8_t getTransparency(); void setVisible(bool visible); unsigned int isVisible(); private: