diff --git a/endings/the_end.cs b/endings/the_end.cs index 9f3038c..44be69c 100644 --- a/endings/the_end.cs +++ b/endings/the_end.cs @@ -18,7 +18,7 @@ public partial class the_end : Control private void Tick() { if (_tock == 0) _lbl.Set("visible", true); - if (_tock == 4) { + if (_tock == 3) { var scene = GD.Load("res://menu/start_game_menu.tscn"); var instance = scene.Instantiate(); GetNode("/root/").AddChild(instance);