forked from team-sg/hero-mark-2
more lore entries
This commit is contained in:
parent
d116bee666
commit
d6279aa96d
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=29 format=2]
|
[gd_scene load_steps=32 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://objects/enemy/boss/sg2083.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://objects/enemy/boss/sg2083.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://tilesets/t_laboratory.tres" type="TileSet" id=2]
|
[ext_resource path="res://tilesets/t_laboratory.tres" type="TileSet" id=2]
|
||||||
|
@ -23,6 +23,9 @@
|
||||||
[ext_resource path="res://graphics/enemy/boss/stg_2600/beam_gradient.png" type="Texture" id=21]
|
[ext_resource path="res://graphics/enemy/boss/stg_2600/beam_gradient.png" type="Texture" id=21]
|
||||||
[ext_resource path="res://graphics/hud/laser_ok_text.png" type="Texture" id=22]
|
[ext_resource path="res://graphics/hud/laser_ok_text.png" type="Texture" id=22]
|
||||||
[ext_resource path="res://graphics/npc/speccy.png" type="Texture" id=23]
|
[ext_resource path="res://graphics/npc/speccy.png" type="Texture" id=23]
|
||||||
|
[ext_resource path="res://objects/lore/boss/sg_2083.tscn" type="PackedScene" id=24]
|
||||||
|
[ext_resource path="res://objects/lore/hills/sg.tscn" type="PackedScene" id=25]
|
||||||
|
[ext_resource path="res://objects/lore/lab/scope.tscn" type="PackedScene" id=26]
|
||||||
|
|
||||||
[sub_resource type="ShaderMaterial" id=4]
|
[sub_resource type="ShaderMaterial" id=4]
|
||||||
shader = ExtResource( 19 )
|
shader = ExtResource( 19 )
|
||||||
|
@ -199,7 +202,7 @@ tracks/5/keys = {
|
||||||
[node name="Map" type="Node2D" groups=["map"]]
|
[node name="Map" type="Node2D" groups=["map"]]
|
||||||
pause_mode = 1
|
pause_mode = 1
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
lore_entries = [ ExtResource( 8 ) ]
|
lore_entries = [ ExtResource( 8 ), ExtResource( 25 ), ExtResource( 24 ), ExtResource( 26 ) ]
|
||||||
|
|
||||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||||
layer = -11
|
layer = -11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue