forked from team-sg/hero-mark-2
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=29 format=2]
|
||||
[gd_scene load_steps=33 format=2]
|
||||
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=1]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=2]
|
||||
|
@ -27,6 +27,10 @@
|
|||
[ext_resource path="res://audio/music/cryokiller.ogg" type="AudioStream" id=25]
|
||||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=26]
|
||||
[ext_resource path="res://scripts/has_splash.gd" type="Script" id=27]
|
||||
[ext_resource path="res://objects/lore/rust/roboturret.tscn" type="PackedScene" id=28]
|
||||
[ext_resource path="res://objects/lore/rust/tin.tscn" type="PackedScene" id=29]
|
||||
[ext_resource path="res://objects/lore/rust/rolling_saw.tscn" type="PackedScene" id=30]
|
||||
[ext_resource path="res://objects/lore/rust/rust_inc.tscn" type="PackedScene" id=31]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 4, 112 )
|
||||
|
@ -35,6 +39,7 @@ extents = Vector2( 4, 112 )
|
|||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
music = ExtResource( 25 )
|
||||
lore_entries = [ ExtResource( 31 ), ExtResource( 28 ), ExtResource( 30 ), ExtResource( 29 ) ]
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue