forked from team-sg/hero-mark-2
added verdant hills lore
This commit is contained in:
parent
463014f22e
commit
4d59717b88
12 changed files with 216 additions and 23 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=2]
|
||||
|
||||
[node name="Lore" type="HBoxContainer"]
|
||||
anchor_right = 1.0
|
||||
|
@ -9,23 +10,23 @@ theme = ExtResource( 1 )
|
|||
custom_constants/separation = 0
|
||||
|
||||
[node name="Panel" type="PanelContainer" parent="."]
|
||||
margin_top = 76.0
|
||||
margin_right = 40.0
|
||||
margin_bottom = 116.0
|
||||
rect_min_size = Vector2( 40, 40 )
|
||||
margin_top = 77.0
|
||||
margin_right = 38.0
|
||||
margin_bottom = 115.0
|
||||
rect_min_size = Vector2( 38, 38 )
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Panel"]
|
||||
margin_left = 3.0
|
||||
margin_top = 3.0
|
||||
margin_right = 37.0
|
||||
margin_bottom = 37.0
|
||||
margin_right = 35.0
|
||||
margin_bottom = 35.0
|
||||
expand = true
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Control" type="PanelContainer" parent="."]
|
||||
margin_left = 40.0
|
||||
margin_left = 38.0
|
||||
margin_top = 76.0
|
||||
margin_right = 256.0
|
||||
margin_bottom = 116.0
|
||||
|
@ -36,10 +37,11 @@ size_flags_vertical = 6
|
|||
|
||||
[node name="Label" type="Label" parent="Control"]
|
||||
margin_left = 3.0
|
||||
margin_top = 11.0
|
||||
margin_right = 213.0
|
||||
margin_bottom = 28.0
|
||||
text = "Test Text
|
||||
margin_top = 8.0
|
||||
margin_right = 215.0
|
||||
margin_bottom = 31.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "Test text
|
||||
"
|
||||
align = 1
|
||||
autowrap = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue