From 0fa8ab9930130df543c1396d37e6cf5f5fde7f73 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Fri, 12 Jul 2024 23:31:00 -0400 Subject: [PATCH] loooore --- objects/lore/boss/fami.tscn | 2 +- objects/lore/boss/sg_2083.tscn | 19 +++++++++++++++++++ objects/lore/lab/famis_lab.tscn | 2 +- objects/lore/lab/scope.tscn | 26 ++++++++++++++++++++++++++ objects/lore/lab/sheriff.tscn | 26 ++++++++++++++++++++++++++ 5 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 objects/lore/boss/sg_2083.tscn create mode 100644 objects/lore/lab/scope.tscn create mode 100644 objects/lore/lab/sheriff.tscn diff --git a/objects/lore/boss/fami.tscn b/objects/lore/boss/fami.tscn index 8b9f953..5c725c9 100644 --- a/objects/lore/boss/fami.tscn +++ b/objects/lore/boss/fami.tscn @@ -15,5 +15,5 @@ margin_bottom = 136.0 [node name="Label" parent="Control" index="0"] margin_top = 3.0 margin_bottom = 78.0 -text = "Fami: +text = "Fami: Born 07/15/2030, This evil trillionaire is hell-bent on owning as much as he can. the world went to shit when he came to power in 2068." diff --git a/objects/lore/boss/sg_2083.tscn b/objects/lore/boss/sg_2083.tscn new file mode 100644 index 0000000..cb199cc --- /dev/null +++ b/objects/lore/boss/sg_2083.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/2083_lore.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 = 49.0 +margin_bottom = 143.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 91.0 +text = "SG-2083: +Speccy fixed up the remains of the STG-2600, and converted its nasty fuel into solar energy. piloted by sg, the sg-2083 is humanity's last hope against super famira!" diff --git a/objects/lore/lab/famis_lab.tscn b/objects/lore/lab/famis_lab.tscn index a5f07d6..1447444 100644 --- a/objects/lore/lab/famis_lab.tscn +++ b/objects/lore/lab/famis_lab.tscn @@ -15,5 +15,5 @@ margin_bottom = 136.0 [node name="Label" parent="Control" index="0"] margin_top = 3.0 margin_bottom = 78.0 -text = "Fami's lab: +text = "Fami's lab: The birthplace of all chimeras, fami's office is at the top of the lab. you must put an end to his ceaseless violence!" diff --git a/objects/lore/lab/scope.tscn b/objects/lore/lab/scope.tscn new file mode 100644 index 0000000..f8cfbc1 --- /dev/null +++ b/objects/lore/lab/scope.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1] +[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=2] +[ext_resource path="res://graphics/enemy/cop/scope_idle.png" type="Texture" id=3] + +[sub_resource type="ShaderMaterial" id=1] +shader = ExtResource( 2 ) +shader_param/border_color = Color( 0, 0, 0, 1 ) +shader_param/border_corners = true + +[node name="Lore" instance=ExtResource( 1 )] + +[node name="TextureRect" parent="Panel" index="0"] +material = SubResource( 1 ) +texture = ExtResource( 3 ) + +[node name="Control" parent="." index="1"] +margin_top = 49.0 +margin_bottom = 143.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 91.0 +text = "Officer Scope: +While not in the highest level of authority, scope is fami's most trusted famicop. they're close friends and seem to share the same weird ideas about the economy." diff --git a/objects/lore/lab/sheriff.tscn b/objects/lore/lab/sheriff.tscn new file mode 100644 index 0000000..cdd97d5 --- /dev/null +++ b/objects/lore/lab/sheriff.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1] +[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=2] +[ext_resource path="res://graphics/enemy/cop/the_sheriff_idle.png" type="Texture" id=3] + +[sub_resource type="ShaderMaterial" id=1] +shader = ExtResource( 2 ) +shader_param/border_color = Color( 0, 0, 0, 1 ) +shader_param/border_corners = true + +[node name="Lore" instance=ExtResource( 1 )] + +[node name="TextureRect" parent="Panel" index="0"] +material = SubResource( 1 ) +texture = ExtResource( 3 ) + +[node name="Control" parent="." index="1"] +margin_top = 49.0 +margin_bottom = 143.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 91.0 +text = "\"The sheriff\": +THe most loyal famicop. He has no beliefs of his own and simply wants to work for whoever is in charge. people joke he is as old as time itself and will never die."