mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 03:50:37 -07:00
[Feature] In-game gameplay stats timer (#2910)
* Implement in-game gameplay stats timer * Change timer to render on top of everything
This commit is contained in:
parent
e8eaac4d77
commit
b25e4d4f26
6 changed files with 134 additions and 5 deletions
|
@ -1089,6 +1089,7 @@ void func_80088AA0(s16 seconds);
|
|||
void func_80088AF0(PlayState* play);
|
||||
void func_80088B34(s16 arg0);
|
||||
void Interface_Draw(PlayState* play);
|
||||
void Interface_DrawTotalGameplayTimer(PlayState* play);
|
||||
void Interface_Update(PlayState* play);
|
||||
Path* Path_GetByIndex(PlayState* play, s16 index, s16 max);
|
||||
f32 Path_OrientAndGetDistSq(Actor* actor, Path* path, s16 waypoint, s16* yaw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue