finished lore entries! (fixes #101)
This commit is contained in:
parent
892d3c7f2c
commit
8e2946c3cd
52 changed files with 749 additions and 31 deletions
19
objects/lore/rust/roboturret.tscn
Normal file
19
objects/lore/rust/roboturret.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/roboturret_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 = 62.0
|
||||
margin_bottom = 130.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 65.0
|
||||
text = "Roboturret:
|
||||
A heat seeking turret that murders all who oppose it. It's powered by spray cheese cans."
|
31
objects/lore/rust/rolling_saw.tscn
Normal file
31
objects/lore/rust/rolling_saw.tscn
Normal file
|
@ -0,0 +1,31 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = false
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 3 )
|
||||
region = Rect2( 0, 0, 12, 12 )
|
||||
|
||||
[node name="Lore" instance=ExtResource( 2 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
material = SubResource( 1 )
|
||||
texture = SubResource( 2 )
|
||||
|
||||
[node name="Control" parent="." index="1"]
|
||||
margin_top = 68.0
|
||||
margin_bottom = 123.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 52.0
|
||||
text = "Rolling saw:
|
||||
A sharp diamond plated saw,
|
||||
rust inc. uses these to slay disobedient workers."
|
19
objects/lore/rust/rust_inc.tscn
Normal file
19
objects/lore/rust/rust_inc.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/rust_inc.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 = "Rust inc.:
|
||||
A factory run by an evil corporation whose only purpose is creating rust and pollution to ruin the wonderful world we once had."
|
26
objects/lore/rust/tin.tscn
Normal file
26
objects/lore/rust/tin.tscn
Normal file
|
@ -0,0 +1,26 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://graphics/lore/tin_lore.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = true
|
||||
|
||||
[node name="Lore" instance=ExtResource( 2 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[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 = "Tin:
|
||||
A security drone installed in grocery stores and workplaces to spy on the working class and take them out if they disobey fami's will."
|
Loading…
Add table
Add a link
Reference in a new issue