finished lore entries! (fixes #101)

This commit is contained in:
pennyrigate 2023-10-24 23:25:07 -04:00
parent 892d3c7f2c
commit 8e2946c3cd
52 changed files with 749 additions and 31 deletions

View file

@ -48,6 +48,6 @@ margin_right = 215.0
margin_bottom = 78.0
custom_fonts/font = ExtResource( 2 )
text = "Bullet fish:
This little guy is the result of multiple species of fish stiched together. it glows because its radioactive, so watch out!"
This little guy is the result of multiple species of fish stiched together. it glows because it's radioactive, so watch out!"
align = 1
autowrap = true

View 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/enemy/mine.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 = "Naval Mine:
Fami set these up in crater of the abyss to make it seem more like a legitimate, historical body of water."

View file

@ -8,7 +8,7 @@
atlas = ExtResource( 3 )
region = Rect2( 0, 0, 14, 15 )
[node name="Lore" type="HBoxContainer"]
[node name="Lore2" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )