Progress.tscn 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [gd_scene load_steps=3 format=3 uid="uid://dolxuw03u60eo"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_q7m0j"]
  3. [ext_resource type="Script" path="res://sources/gui/Settings.gd" id="2_j3ryh"]
  4. [node name="Progress" type="PanelContainer"]
  5. show_behind_parent = true
  6. custom_minimum_size = Vector2(180, 100)
  7. offset_left = 446.0
  8. offset_top = 176.0
  9. offset_right = 764.0
  10. offset_bottom = 486.0
  11. theme = ExtResource("1_q7m0j")
  12. script = ExtResource("2_j3ryh")
  13. saveOverlayState = true
  14. [node name="Margin" type="MarginContainer" parent="."]
  15. custom_minimum_size = Vector2(0, 1)
  16. layout_mode = 2
  17. size_flags_vertical = 3
  18. theme_override_constants/margin_left = 2
  19. theme_override_constants/margin_top = 2
  20. theme_override_constants/margin_right = 2
  21. theme_override_constants/margin_bottom = 2
  22. [node name="TabBar" type="TabContainer" parent="Margin"]
  23. layout_mode = 2
  24. size_flags_vertical = 3
  25. current_tab = 0
  26. [node name="Quest Log" type="ScrollContainer" parent="Margin/TabBar"]
  27. layout_mode = 2
  28. size_flags_vertical = 3
  29. metadata/_tab_index = 0
  30. [node name="Manapedia" type="ScrollContainer" parent="Margin/TabBar"]
  31. visible = false
  32. layout_mode = 2
  33. metadata/_tab_index = 1
  34. [connection signal="gui_input" from="." to="." method="OnGuiInput"]
  35. [connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]