Added mult_attrs_with_diffuse to BitmapText. Added some convenience macros to LuaBinding for generic get/set functions. Updated changelog.
This commit is contained in:
@@ -73,6 +73,8 @@ public:
|
||||
void SetJitter( bool b ) { m_bJitter = b; }
|
||||
void SetDistortion( float f );
|
||||
void UnSetDistortion();
|
||||
void set_mult_attrs_with_diffuse(bool m);
|
||||
bool get_mult_attrs_with_diffuse();
|
||||
|
||||
void SetHorizAlign( float f );
|
||||
|
||||
@@ -120,6 +122,7 @@ protected:
|
||||
bool m_bRainbowScroll;
|
||||
bool m_bJitter;
|
||||
bool m_bUsingDistortion;
|
||||
bool m_mult_attrs_with_diffuse;
|
||||
float m_fDistortion;
|
||||
int m_iVertSpacing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user