finished lore entries! (fixes #101)
This commit is contained in:
parent
892d3c7f2c
commit
8e2946c3cd
52 changed files with 749 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=27 format=2]
|
||||
[gd_scene load_steps=32 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -25,6 +25,11 @@
|
|||
[ext_resource path="res://objects/environment/barrier/barrier.tscn" type="PackedScene" id=23]
|
||||
[ext_resource path="res://objects/environment/exit/exit.tscn" type="PackedScene" id=24]
|
||||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=25]
|
||||
[ext_resource path="res://objects/lore/hills/catbat.tscn" type="PackedScene" id=26]
|
||||
[ext_resource path="res://objects/lore/cave/shedge.tscn" type="PackedScene" id=27]
|
||||
[ext_resource path="res://objects/lore/cave/the_scrumps_tongue.tscn" type="PackedScene" id=28]
|
||||
[ext_resource path="res://objects/lore/cave/blue_ray_cavern.tscn" type="PackedScene" id=29]
|
||||
[ext_resource path="res://objects/lore/mountain/rolling_fiend.tscn" type="PackedScene" id=30]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 4, 96 )
|
||||
|
@ -35,6 +40,7 @@ script = ExtResource( 11 )
|
|||
target_time_any = 80
|
||||
target_time_100 = 180
|
||||
music = ExtResource( 12 )
|
||||
lore_entries = [ ExtResource( 29 ), ExtResource( 27 ), ExtResource( 28 ), ExtResource( 30 ), ExtResource( 26 ) ]
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 6 )]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue