Full boss battle (with music) implemented.

This commit is contained in:
kevinmonitor 2022-08-22 22:05:46 +07:00
parent 97eb85483c
commit af1977159c
28 changed files with 82 additions and 16 deletions

View file

@ -96,7 +96,7 @@ task TReplayIndexSelection()
/*SetReplayUserData("Starting Lives", GetCommonData("Starting Lives Selected", 5));
SetReplayUserData("Player Team", GetReplayInfo(index, REPLAY_PLAYER_NAME));
SetReplayUserData("Difficulty", GetCommonData("Difficulty", "Arcade"));*/
SetReplayUserData("Difficulty", GetCommonData("Difficulty", "Hard"));*/
}
else
@ -326,7 +326,7 @@ task TNameEntry(let replayIndex)
{
SetReplayUserData("Starting Lives", GetCommonData("Starting Lives Selected", 5));
SetReplayUserData("Player Team", GetCommonData("Player Team", "ByakMiko"));
SetReplayUserData("Difficulty", GetCommonData("Difficulty", "Arcade"));
SetReplayUserData("Difficulty", GetCommonData("Difficulty", "Hard"));
SetReplayUserData("Dialogue Skip", GetCommonData("Dialogue Skip Mode", 0));
SaveReplay(replayIndex, userName);
SetScriptResult(RESULT_END);