User Tools

Site Tools


code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
code [2023/02/28 12:53]
FreedTerror
code [2023/02/28 17:30] (current)
FreedTerror
Line 59: Line 59:
 } }
  
-public void OnGameBegin(CharacterInfo player1, CharacterInfo player2, StageOptions stage){ +public void OnGameBegin(ControlsScript player1, ControlsScript player2, StageOptions stage){ 
- Debug.Log(player1.character.characterName + " - " player1.playerNum); + Debug.Log(player1.myInfo.characterName + " - " player1.playerNum); 
- Debug.Log(player2.character.characterName + " - " player2.playerNum);+ Debug.Log(player2.myInfo.characterName + " - " player2.playerNum);
  
  UFE.PlayMusic(stage.music);  UFE.PlayMusic(stage.music);
code.1677606791.txt.gz · Last modified: 2023/02/28 12:53 by FreedTerror