mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Added image commentary nodes and better scaling/positioning for the text commentary panel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user