using Godot; namespace TheGame { public partial class Game : Control { private Label _timerLabel; private Control _pauseMenu; private float _gameTime = 0.0f; private bool _isPaused = false; public override void _Ready() { _timerLabel = GetNode