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/mountain/echo_mountain.tscn
Normal file
19
objects/lore/mountain/echo_mountain.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/echo_mountain.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 = "Echo mountain:
|
||||
One of the blue ridge mountains designated as a fake monument to the god of a parody religion. people used to drink and do weird drugs here."
|
|
@ -20,12 +20,11 @@ material = SubResource( 1 )
|
|||
texture = SubResource( 2 )
|
||||
|
||||
[node name="Control" parent="." index="1"]
|
||||
margin_top = 49.0
|
||||
margin_bottom = 143.0
|
||||
margin_top = 55.0
|
||||
margin_bottom = 136.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 91.0
|
||||
margin_bottom = 78.0
|
||||
text = "Rolling Fiend:
|
||||
Half of an octopus augmented with horse hooves. They are programmed to \"love\" the feeling of bodies under their hooves.
|
||||
"
|
||||
Half of an octopus augmented with horse hooves. They are programmed to \"love\" the feeling of bodies under their hooves."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue