start of demo marathon mode implementation

This commit is contained in:
Haze Weathers 2023-12-29 03:28:58 -05:00
parent 1645b6d8d1
commit 6bd0a81f11
9 changed files with 26 additions and 12 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=36 format=2]
[gd_scene load_steps=37 format=2]
[ext_resource path="res://maps/station.gd" type="Script" id=1]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
@ -33,6 +33,7 @@
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=31]
[ext_resource path="res://ui/theme.tres" type="Theme" id=32]
[ext_resource path="res://graphics/hatch/hatch.png" type="Texture" id=33]
[ext_resource path="res://maps/boss/boss1_arena.tscn" type="PackedScene" id=34]
[sub_resource type="Animation" id=2]
resource_name = "open"
@ -58,6 +59,7 @@ pause_mode = 1
script = ExtResource( 1 )
music = ExtResource( 9 )
lore_entries = [ ExtResource( 30 ), ExtResource( 29 ), ExtResource( 25 ) ]
next_level = ExtResource( 34 )
[node name="Camera2D" parent="." instance=ExtResource( 6 )]