mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Actor Nametag System (#3083)
* initial nametag system * add debug name tags in actor viewer
This commit is contained in:
parent
2da8be331b
commit
f19f303651
12 changed files with 449 additions and 5 deletions
|
@ -2447,6 +2447,8 @@ void Heaps_Free(void);
|
|||
|
||||
CollisionHeader* BgCheck_GetCollisionHeader(CollisionContext* colCtx, s32 bgId);
|
||||
|
||||
void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH);
|
||||
|
||||
// Exposing these methods to leverage them from the file select screen to render messages
|
||||
void Message_OpenText(PlayState* play, u16 textId);
|
||||
void Message_Decode(PlayState* play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue