From 49a78784f1d3fb3375be0a05f58828bcabf22949 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sun, 11 Jun 2023 17:39:14 -0400 Subject: [PATCH] Update the_end.cs --- endings/the_end.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);