diff --git a/graphics/lore/crater_of_the_abyss.png b/graphics/lore/crater_of_the_abyss.png index c42cc34..47ee482 100644 Binary files a/graphics/lore/crater_of_the_abyss.png and b/graphics/lore/crater_of_the_abyss.png differ diff --git a/graphics/lore/echo_mountain.png b/graphics/lore/echo_mountain.png index 81fb846..6ca6d56 100644 Binary files a/graphics/lore/echo_mountain.png and b/graphics/lore/echo_mountain.png differ diff --git a/graphics/lore/police_station.png b/graphics/lore/police_station.png index 6c7aa6a..7a93790 100644 Binary files a/graphics/lore/police_station.png and b/graphics/lore/police_station.png differ diff --git a/graphics/lore/steel_factory.png b/graphics/lore/steel_factory.png new file mode 100644 index 0000000..d9a7d1d Binary files /dev/null and b/graphics/lore/steel_factory.png differ diff --git a/graphics/lore/steel_factory.png.import b/graphics/lore/steel_factory.png.import new file mode 100644 index 0000000..1a5bf8f --- /dev/null +++ b/graphics/lore/steel_factory.png.import @@ -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 diff --git a/maps/boss/boss2_arena.tscn b/maps/boss/boss2_arena.tscn index bfc7e91..0584380 100644 --- a/maps/boss/boss2_arena.tscn +++ b/maps/boss/boss2_arena.tscn @@ -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" diff --git a/objects/lore/boss/steel_factory.tscn b/objects/lore/boss/steel_factory.tscn new file mode 100644 index 0000000..2466485 --- /dev/null +++ b/objects/lore/boss/steel_factory.tscn @@ -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."