Added image commentary nodes and better scaling/positioning for the text commentary panel

This commit is contained in:
Blixibon
2021-07-18 01:27:33 -05:00
parent f67a1b95e5
commit 3ab83ba1c2
3 changed files with 366 additions and 67 deletions

View File

@@ -1048,4 +1048,15 @@ enum
};
#endif // TF_DLL || TF_CLIENT_DLL
#ifdef MAPBASE
// Developer commentary types
enum
{
COMMENTARY_TYPE_AUDIO, // Play commentary audio (default)
COMMENTARY_TYPE_TEXT, // Display text data
COMMENTARY_TYPE_IMAGE, // Display an image
};
#endif
#endif // SHAREDDEFS_H