Implement preview music properly as a new optional tag in the ssc file. Changed ScreenManager to emit an error instead of asserting if a screen attempts to use SetNewScreen inside an InitCommand. Changed decorations layer to be a proper child instead of stripping away the ActorFrame.
This commit is contained in:
@@ -224,6 +224,7 @@ public:
|
||||
RString m_sOrigin; // song origin (for .ssc format)
|
||||
|
||||
RString m_sMusicFile;
|
||||
RString m_PreviewFile;
|
||||
RString m_sInstrumentTrackFile[NUM_InstrumentTrack];
|
||||
|
||||
/** @brief The length of the music file. */
|
||||
|
||||
Reference in New Issue
Block a user