diff --git a/scenes/Game.cs b/scenes/Game.cs index bdee30b..e07e217 100644 --- a/scenes/Game.cs +++ b/scenes/Game.cs @@ -17,7 +17,7 @@ public class Game : Spatial private TextureRect _worldTextureRect; private TextureRect _heightTextureRect; private Button _generateWorldButton; - private Control _gameUI; + private Control _gameUi; private Label _goldCountLabel; // scene nodes @@ -62,8 +62,8 @@ public class Game : Spatial _worldTextureRect = worldGeneratorContainer.GetNode("WorldTextureRect"); _heightTextureRect = worldGeneratorContainer.GetNode("HeightTextureRect"); _generateWorldButton = worldGeneratorContainer.GetNode