Exemplo n.º 1
0
        public override void _Process(float delta)
        {
            Visible = Player.IsInputAllowed();

            this.SetValue(1.0f - Player.Timer / MaxTimerValue);
        }