Merge pull request #139 from mapbase-source/feature/commentary/text-nodes

Developer commentary text nodes and image nodes
This commit is contained in:
Blixibon
2021-07-24 03:08:45 -05:00
committed by GitHub
3 changed files with 587 additions and 62 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