8-4-25 @ 2:42 am
This commit is contained in:
@@ -15,6 +15,8 @@ public partial class Main : Node
|
||||
_currentBattle = GetNode<Battle>("Battle");
|
||||
_player = GetNode<PlayerManager>("Player");
|
||||
_computer = GetNode<ComputerManager>("Computer");
|
||||
_player._opponent = _computer;
|
||||
_computer._opponent = _player;
|
||||
|
||||
_currentBattle.Start(_player, _computer);
|
||||
_player.Start();
|
||||
|
||||
Reference in New Issue
Block a user