Added scene commentary nodes, which play the audio in full VCD files

This commit is contained in:
Blixibon
2021-07-31 03:00:05 -05:00
parent 5a11d51db4
commit 4e6f4cb2ea
3 changed files with 358 additions and 2 deletions

View File

@@ -1056,6 +1056,7 @@ enum
COMMENTARY_TYPE_TEXT, // Display text data
COMMENTARY_TYPE_IMAGE, // Display an image
COMMENTARY_TYPE_SCENE, // Play a VCD file
};
#endif