From 444c816a7160f0edf9ea4ec58ef2660429743f88 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sat, 13 Jul 2024 16:23:04 -0400 Subject: [PATCH] steel factory lore --- graphics/lore/crater_of_the_abyss.png | Bin 533 -> 533 bytes graphics/lore/echo_mountain.png | Bin 455 -> 455 bytes graphics/lore/police_station.png | Bin 484 -> 446 bytes graphics/lore/steel_factory.png | Bin 0 -> 497 bytes graphics/lore/steel_factory.png.import | 35 +++++++++++++++++++++++++ maps/boss/boss2_arena.tscn | 5 ++-- objects/lore/boss/steel_factory.tscn | 19 ++++++++++++++ 7 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 graphics/lore/steel_factory.png create mode 100644 graphics/lore/steel_factory.png.import create mode 100644 objects/lore/boss/steel_factory.tscn diff --git a/graphics/lore/crater_of_the_abyss.png b/graphics/lore/crater_of_the_abyss.png index c42cc3472820207d573ab4ff2c4523a34a2d672e..47ee482757e781126c1ee4deb53c16c2cfc926af 100644 GIT binary patch delta 45 ycmbQrGL>aQtCF`#XsL~pj(@q<^1%NL3=EtF9+AZi419+`m{C;2t6}5vJVpRG-3>qh delta 45 ycmbQrGL>aQt5R=7xVK5Dj(@pP{@Gg$3=EtF9+AZi419+{nDKc2ij0K>4)4OIG800009a7bBm000ic000ic z0Tn1pfB*mi1xZ9fR5(wSl7V)EAPhyRqM+5;b=&{{>hfM5AZ>TH-E#Mhf#hTS#Y0$zsN4L>3lC3M&j-MYyuCF;cLiu~q>m zOlePlX($4WH8i181*ZyXbR3@qAD=%1$wjamSchyfpWDpIGQtmq;BAteo+tVsoS(sg zFroPNld#0&IIO5qD&5H2)v$_2skAyo+|{Oy5-@LQb_98CP4F%WE4H&Pq5A^;7B^dX zTb{!RD?UjRGVX^=c}s$I3fPhPpRhE6F!|0n=xmR|{T{-HieL}^sofaUK;cuxZd}50 jUkxSCyt=647a_)PPbdwvygQ7c00000NkvXXu0mjf+OLwv delta 375 zcmdnT{DgUeBctm?Cne6qhfn{%I`76ZhKae-^$ZLQ%OCuG2BgGGg8YL2V+9P)9G=Ai zm2eh#L>4nJ@ErzW#^d=bQWzK*Sv_4GLoEDzCvi?{HsE2g|$wdT*t*^Ha7^j?KpD7^T5+EeJ3?;Kd~zr_xE$!+10a6GCP=;AiL@0mV9H^ z(;W69P1`+#YUaP_-cZlReyHKmee*=F*Sn$u7l-Vc@T@sev^OZTv}4B#Uuo5Zdl%kt ze7e>3AXX?WCp|9K=_~6mUB7J~w%N1`rqxVRQ@O)G^Q|uDHO&O~WkPcMTUK(koHSl+ zyq{~j_vM&S7VpRNZ*>}$iR5X8Jr$!Pgg&e IbxsLQ0H@TdivR!s diff --git a/graphics/lore/steel_factory.png b/graphics/lore/steel_factory.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a7d1d6fb9f2fce16c5349eb67d7bd05fc5140c GIT binary patch literal 497 zcmVPx#1ZP1_K>z@;j|==^1poj5T~JI^MGO%qp3wiAo3sD`01yxnA0s?OL{5HwlK;^{ zFEUO4|NphL&pf0>X8&Hjhe12a3KC-UUI40#~8H6lL* z7~~=RMiV%?DzJSUl9wrfmTc4!a1$bg?N1Gd^*P789deX5JZnJGjpHa4QtAXF$ogJh z85WBmreNutAT<)@4SNk(0*7jiA$P*TVpLEf_kvYWrpbkHC$tJmnR3)A=0;Z`=cQm3 zlvA5B#zV4{Qpy;(?ZdtciVC;C|ARLy)6qO1?fD+JrWg{%_t{!>&pP>tW?{eZaMZDm z)uY>T9-vfCmM|QIU}vzgIT}k@7(IaiKIGC2F*8{k{)8_4=yTyKmdzZL_X$^e00000NkvXXu0mjfxJJua literal 0 HcmV?d00001 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."