mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Few minor fixes:
* Fix to tab margins when a tab is closed * Changed the life bar colors of UICreatureButtons * Added onDeath to Creatures class
This commit is contained in:
@@ -123,6 +123,7 @@ public:
|
||||
virtual void onPositionChange(const Position& newPos, const Position& oldPos);
|
||||
virtual void onAppear();
|
||||
virtual void onDisappear();
|
||||
virtual void onDeath();
|
||||
|
||||
protected:
|
||||
virtual void updateWalkAnimation(int totalPixelsWalked);
|
||||
|
Reference in New Issue
Block a user