Full boss battle (with music) implemented.
This commit is contained in:
parent
97eb85483c
commit
af1977159c
28 changed files with 82 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue