mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 11:39:07 -07:00
Add heart line length adjustment and modified magic meter anchoring (#965)
This commit is contained in:
parent
75d0402525
commit
6bdca84b90
4 changed files with 71 additions and 25 deletions
|
@ -976,6 +976,8 @@ void Color_RGBA8_Copy(Color_RGBA8* dst, Color_RGBA8* src);
|
|||
void func_80078884(u16 sfxId);
|
||||
void func_800788CC(u16 sfxId);
|
||||
void func_80078914(Vec3f* arg0, u16 sfxId);
|
||||
s16 getHealthMeterXOffset();
|
||||
s16 getHealthMeterYOffset();
|
||||
void HealthMeter_Init(GlobalContext* globalCtx);
|
||||
void HealthMeter_Update(GlobalContext* globalCtx);
|
||||
void HealthMeter_Draw(GlobalContext* globalCtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue