made some changes :D
This commit is contained in:
parent
5f89fbc891
commit
0006f02a0f
16 changed files with 131 additions and 20 deletions
19
objects/lore/canopy/shady_canopy.tscn
Normal file
19
objects/lore/canopy/shady_canopy.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/lore/shady_canopy.png" type="Texture" id=1]
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Lore" instance=ExtResource( 2 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[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 = "Shady Canopy:
|
||||
A heavily wooded forest connected to verdant hills. people used to live here to hide from fami, but after he poisoned the water its become too dangerous."
|
Loading…
Add table
Add a link
Reference in a new issue