Browse Source

Fix missing field for hero description

master
Luna 7 years ago
parent
commit
52ac05f019
1 changed files with 48 additions and 0 deletions
  1. +48
    -0
      scenes/lobby.tscn

+ 48
- 0
scenes/lobby.tscn View File

@ -536,4 +536,52 @@ lines_skipped = 0
max_lines_visible = -1
_sections_unfolded = [ "BBCode", "custom_fonts" ]
[node name="HeroDescriptionLabel" type="Label" parent="." index="20"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 677.0
margin_top = -5.0
margin_right = 790.0
margin_bottom = 9.0
rect_pivot_offset = Vector2( 0, 0 )
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 4
text = "Hero Description:"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="HeroDescription" type="RichTextLabel" parent="." index="21"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 675.0
margin_top = 15.0
margin_right = 918.0
margin_bottom = 245.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = true
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
bbcode_enabled = false
bbcode_text = ""
visible_characters = -1
percent_visible = 1.0
meta_underlined = true
tab_size = 4
text = ""
scroll_active = true
scroll_following = false
selection_enabled = false
override_selected_font_color = false

Loading…
Cancel
Save