diff --git a/scenes/Game.cs b/scenes/Game.cs index 220918d..d4ccd1f 100644 --- a/scenes/Game.cs +++ b/scenes/Game.cs @@ -15,6 +15,7 @@ public class Game : Spatial private Label _numCoordsAddedLabel; private Label _numCoordsRemovedLabel; private TextureRect _worldTextureRect; + private TextureRect _heightTextureRect; private Button _generateWorldButton; // scene nodes @@ -52,6 +53,7 @@ public class Game : Spatial _numCoordsAddedLabel = GetNode