From 6c0bff1de193f1a8a0de2417c7f094133e0fc133 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 13 Aug 2023 21:08:12 +0200 Subject: [PATCH] Tweaked DebugStats UI. --- scenes/Game.cs | 14 +++--- scenes/Game.tscn | 110 ++++++++++++++++++++++++++--------------------- 2 files changed, 71 insertions(+), 53 deletions(-) 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