finished lore entries! (fixes #101)

This commit is contained in:
pennyrigate 2023-10-24 23:25:07 -04:00
parent 892d3c7f2c
commit 8e2946c3cd
52 changed files with 749 additions and 31 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=29 format=2]
[gd_scene load_steps=30 format=2]
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=1]
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
@ -13,6 +13,7 @@
[ext_resource path="res://maps/map.gd" type="Script" id=11]
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=12]
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=13]
[ext_resource path="res://objects/enemy/super_slime.tscn" type="PackedScene" id=14]
[ext_resource path="res://audio/music/BBBBBBBB.ogg" type="AudioStream" id=15]
[ext_resource path="res://objects/respawn_point.tscn" type="PackedScene" id=16]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=17]
@ -124,14 +125,12 @@ position = Vector2( 48, 120 )
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
visible = false
frame = 1
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
material = SubResource( 4 )
position = Vector2( 4, 4 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="Steam" parent="." instance=ExtResource( 23 )]
@ -194,4 +193,11 @@ collision_layer = 32
format = 1
tile_data = PoolIntArray( 1179655, 12, 0, 1179656, 12, 0, 1179672, 12, 0, 1179673, 12, 0 )
[node name="SuperSlime" parent="." instance=ExtResource( 14 )]
position = Vector2( 119, 168 )
left_boundary = 3.0
right_boundary = 3.0
bottom_jumps = [ -2.0 ]
top_jumps = [ 3.0 ]
[editable path="RollingFiend"]