diff --git a/maps/abyss_scholar.tscn b/maps/abyss_scholar.tscn index b29d316..d66530b 100644 --- a/maps/abyss_scholar.tscn +++ b/maps/abyss_scholar.tscn @@ -101,6 +101,8 @@ extents = Vector2( 42, 4 ) [node name="Map2" type="Node2D" groups=["map"]] pause_mode = 1 script = ExtResource( 1 ) +target_time_any = 60 +target_time_100 = 160 music = ExtResource( 5 ) lore_entries = [ ExtResource( 28 ), ExtResource( 29 ), ExtResource( 30 ), ExtResource( 31 ), ExtResource( 32 ), ExtResource( 33 ) ] diff --git a/maps/cave_scholar.tscn b/maps/cave_scholar.tscn index 7c8407c..c1ad72b 100644 --- a/maps/cave_scholar.tscn +++ b/maps/cave_scholar.tscn @@ -42,6 +42,8 @@ extents = Vector2( 4, 96 ) [node name="Map" type="Node2D" groups=["map"]] pause_mode = 1 script = ExtResource( 11 ) +target_time_any = 40 +target_time_100 = 170 music = ExtResource( 12 ) lore_entries = [ ExtResource( 29 ), ExtResource( 27 ), ExtResource( 28 ), ExtResource( 30 ), ExtResource( 26 ) ] diff --git a/maps/mountain.tscn b/maps/mountain.tscn index 9052be9..e6d3213 100644 --- a/maps/mountain.tscn +++ b/maps/mountain.tscn @@ -83,6 +83,8 @@ tracks/0/keys = { [node name="Map" type="Node2D" groups=["map"]] pause_mode = 1 script = ExtResource( 2 ) +target_time_any = 45 +target_time_100 = 185 music = ExtResource( 27 ) lore_entries = [ ExtResource( 30 ), ExtResource( 28 ), ExtResource( 29 ), ExtResource( 31 ) ]