diff --git a/scenes/Game.cs b/scenes/Game.cs index 475a425..9bed3f1 100644 --- a/scenes/Game.cs +++ b/scenes/Game.cs @@ -36,7 +36,6 @@ public class Game : Spatial // Resources private PackedScene _tileHighlightScene; - private TileInstanceManager _tileInstanceManager; private ShaderMaterial _tileMaterial; private Label _tileOffsetLabel; private World _world; @@ -46,7 +45,7 @@ public class Game : Spatial public override void _Ready() { // debugStatsContainer - var debugStatsContainer = (Container)FindNode("DebugStatsContainer"); + Container debugStatsContainer = (Container)FindNode("DebugStatsContainer"); _framesPerSecondLabel = debugStatsContainer.GetNode