diff --git a/scenes/Game.cs b/scenes/Game.cs index dc0db1b..57a1421 100644 --- a/scenes/Game.cs +++ b/scenes/Game.cs @@ -11,7 +11,8 @@ public class Game : Spatial private Label _tileOffsetLabel; private Label _numTilesLabel; private Label _mouseWorldLabel; - private Label _mouseTileLabel; + private Label _mouseTileOffsetLabel; + private Label _mouseTileCubeLabel; private Label _numCoordsAddedLabel; private Label _numCoordsRemovedLabel; private TextureRect _worldTextureRect; @@ -53,7 +54,8 @@ public class Game : Spatial _tileOffsetLabel = debugStatsContainer.GetNode