diff --git a/ChickenGameTest.csproj b/ChickenGameTest.csproj index 4203716..e44b789 100644 --- a/ChickenGameTest.csproj +++ b/ChickenGameTest.csproj @@ -10,6 +10,7 @@ true + true - - - + + + + + + - - + + - + - + - - + + - + - + diff --git a/src/Game.cs b/src/Game.cs index 644e426..0c62131 100644 --- a/src/Game.cs +++ b/src/Game.cs @@ -7,8 +7,8 @@ public partial class Game : Control public Button TestButton { get; private set; } = default!; public int ButtonPresses { get; private set; } - public override void _Ready() - => TestButton = GetNode