Info.tscn 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://theme/fonts/montserrat_extra_bold_48.tres" type="DynamicFont" id=1]
  3. [node name="Info" type="PanelContainer"]
  4. margin_right = 409.0
  5. margin_bottom = 239.0
  6. size_flags_horizontal = 3
  7. size_flags_vertical = 3
  8. __meta__ = {
  9. "_edit_use_anchors_": false
  10. }
  11. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  12. margin_left = 7.0
  13. margin_top = 7.0
  14. margin_right = 402.0
  15. margin_bottom = 232.0
  16. [node name="Name" type="Label" parent="VBoxContainer"]
  17. margin_right = 395.0
  18. margin_bottom = 110.0
  19. size_flags_horizontal = 3
  20. size_flags_vertical = 7
  21. custom_fonts/font = ExtResource( 1 )
  22. custom_colors/font_color = Color( 1, 1, 1, 1 )
  23. custom_colors/font_color_shadow = Color( 1, 0.596078, 0, 1 )
  24. custom_constants/shadow_offset_y = 5
  25. text = "{name}"
  26. align = 1
  27. autowrap = true
  28. clip_text = true
  29. __meta__ = {
  30. "_edit_use_anchors_": false
  31. }
  32. [node name="Health" type="ProgressBar" parent="VBoxContainer"]
  33. margin_top = 168.0
  34. margin_right = 395.0
  35. margin_bottom = 170.0
  36. size_flags_vertical = 6
  37. max_value = 10.0
  38. step = 1.0
  39. value = 5.0
  40. rounded = true
  41. percent_visible = false