Friday, 15 August 2025 23:08:08
This commit is contained in:
@@ -13,9 +13,8 @@ public partial class Main : Node
|
||||
|
||||
_currentBattle = GetNode<Battle>("Battle");
|
||||
_player = GetNode<Manager>("Player");
|
||||
|
||||
|
||||
_currentBattle.Start();
|
||||
_player.Start(_currentBattle.GetNode<Table>("Table"));
|
||||
}
|
||||
|
||||
public override void _Process(double DELTA_)
|
||||
|
||||
Reference in New Issue
Block a user