ingame_ui_element.tres 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [gd_resource type="Theme" load_steps=7 format=3 uid="uid://dwi4i5bw04w4b"]
  2. [ext_resource type="FontFile" uid="uid://jqg0lgxgblwk" path="res://assets/font/abeezee/ABeeZee-Regular.otf" id="1_hsy0e"]
  3. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0v353"]
  4. content_margin_left = 4.0
  5. content_margin_top = 4.0
  6. content_margin_right = 4.0
  7. content_margin_bottom = 4.0
  8. bg_color = Color(0.101961, 0.101961, 0.101961, 0.196078)
  9. border_color = Color(0.262745, 0.262745, 0.262745, 0.490196)
  10. corner_radius_top_left = 3
  11. corner_radius_top_right = 3
  12. corner_radius_bottom_right = 3
  13. corner_radius_bottom_left = 3
  14. corner_detail = 5
  15. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_033fg"]
  16. content_margin_left = 4.0
  17. content_margin_top = 4.0
  18. content_margin_right = 4.0
  19. content_margin_bottom = 4.0
  20. bg_color = Color(1, 1, 1, 0.196078)
  21. border_width_left = 3
  22. border_color = Color(1, 1, 1, 0.588235)
  23. corner_radius_top_left = 4
  24. corner_radius_top_right = 4
  25. corner_radius_bottom_right = 4
  26. corner_radius_bottom_left = 4
  27. corner_detail = 5
  28. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ivbhe"]
  29. bg_color = Color(1, 1, 1, 0.196078)
  30. border_width_left = 3
  31. border_color = Color(1, 1, 1, 0.588235)
  32. corner_radius_top_left = 4
  33. corner_radius_top_right = 4
  34. corner_radius_bottom_right = 4
  35. corner_radius_bottom_left = 4
  36. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_csier"]
  37. content_margin_left = 4.0
  38. content_margin_top = 4.0
  39. content_margin_right = 4.0
  40. content_margin_bottom = 4.0
  41. bg_color = Color(1, 1, 1, 0.196078)
  42. border_width_left = 3
  43. border_color = Color(1, 1, 1, 1)
  44. corner_radius_top_left = 4
  45. corner_radius_top_right = 4
  46. corner_radius_bottom_right = 4
  47. corner_radius_bottom_left = 4
  48. corner_detail = 5
  49. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bjsor"]
  50. bg_color = Color(0.5, 0.5, 0.5, 0.196078)
  51. border_width_left = 3
  52. border_width_top = 3
  53. border_width_right = 3
  54. border_width_bottom = 3
  55. border_color = Color(0.3, 0.3, 0.3, 0.196078)
  56. corner_radius_top_left = 4
  57. corner_radius_top_right = 4
  58. corner_radius_bottom_right = 4
  59. corner_radius_bottom_left = 4
  60. [resource]
  61. default_font = ExtResource("1_hsy0e")
  62. Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
  63. Button/colors/icon_focus_color = Color(1, 1, 1, 1)
  64. Button/colors/icon_hover_color = Color(1, 1, 1, 1)
  65. Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
  66. Button/colors/icon_normal_color = Color(1, 1, 1, 1)
  67. Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
  68. Button/font_sizes/font_size = 16
  69. Button/styles/disabled = SubResource("StyleBoxFlat_0v353")
  70. Button/styles/hover = SubResource("StyleBoxFlat_033fg")
  71. Button/styles/normal = SubResource("StyleBoxFlat_ivbhe")
  72. Button/styles/pressed = SubResource("StyleBoxFlat_csier")
  73. PanelContainer/styles/panel = SubResource("StyleBoxFlat_bjsor")