steel factory lore
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 446 B |
BIN
graphics/lore/steel_factory.png
Normal file
After Width: | Height: | Size: 497 B |
35
graphics/lore/steel_factory.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/steel_factory.png-23add5a49d9fa73768acb4c5ab2d9ca3.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://graphics/lore/steel_factory.png"
|
||||
dest_files=[ "res://.import/steel_factory.png-23add5a49d9fa73768acb4c5ab2d9ca3.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=19 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/t_factory.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
|
||||
|
@ -17,12 +17,13 @@
|
|||
[ext_resource path="res://objects/enemy/boss/2600.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=16]
|
||||
[ext_resource path="res://objects/lore/boss/2600.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://objects/lore/boss/steel_factory.tscn" type="PackedScene" id=18]
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
music = ExtResource( 7 )
|
||||
lore_entries = [ ExtResource( 17 ), ExtResource( 11 ) ]
|
||||
lore_entries = [ ExtResource( 17 ), ExtResource( 11 ), ExtResource( 18 ) ]
|
||||
|
||||
[node name="BossHUD" parent="." instance=ExtResource( 6 )]
|
||||
song_name = "♫Klystron VIP"
|
||||
|
|
19
objects/lore/boss/steel_factory.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://graphics/lore/steel_factory.png" type="Texture" id=2]
|
||||
|
||||
[node name="Lore" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="Control" parent="." index="1"]
|
||||
margin_top = 55.0
|
||||
margin_bottom = 136.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 78.0
|
||||
text = "Edizon Inc. Steel factory:
|
||||
Sg's Workplace. most of the production is achieved through automation. the humans that work there are treated the same way as the machines."
|