From 870291046794462c802d1da1394a35923f54b867 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sat, 13 Jul 2024 22:02:27 -0400 Subject: [PATCH] added target time to graveyard --- maps/graveyard.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maps/graveyard.tscn b/maps/graveyard.tscn index 09bf42d..16134a4 100644 --- a/maps/graveyard.tscn +++ b/maps/graveyard.tscn @@ -30,6 +30,8 @@ [node name="Map" type="Node2D" groups=["map"]] pause_mode = 1 script = ExtResource( 2 ) +target_time_any = 40 +target_time_100 = 145 music = ExtResource( 11 ) lore_entries = [ ExtResource( 25 ), ExtResource( 26 ), ExtResource( 23 ), ExtResource( 24 ) ]