MessageBox.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=4 format=3 uid="uid://bxstccebg2b32"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_cvd62"]
  3. [ext_resource type="Script" uid="uid://kufs4gr64wpl" path="res://sources/gui/MessageBox.gd" id="2_a0m0i"]
  4. [ext_resource type="PackedScene" uid="uid://h70yw73rukc0" path="res://presets/gui/ButtonBox.tscn" id="3_fxiru"]
  5. [node name="MessageBox" type="PanelContainer"]
  6. z_index = 100
  7. custom_minimum_size = Vector2(550, 0)
  8. offset_left = 283.0
  9. offset_top = 144.0
  10. offset_right = 833.0
  11. offset_bottom = 233.0
  12. mouse_filter = 1
  13. theme = ExtResource("1_cvd62")
  14. theme_type_variation = &"MessageBox"
  15. script = ExtResource("2_a0m0i")
  16. metadata/_edit_layout_mode = 1
  17. [node name="Margin" type="MarginContainer" parent="."]
  18. layout_mode = 2
  19. theme_override_constants/margin_left = 5
  20. theme_override_constants/margin_top = 5
  21. theme_override_constants/margin_right = 5
  22. theme_override_constants/margin_bottom = 5
  23. [node name="VBoxContainer" type="VBoxContainer" parent="Margin"]
  24. layout_mode = 2
  25. [node name="Label" type="Label" parent="Margin/VBoxContainer"]
  26. layout_mode = 2
  27. size_flags_vertical = 6
  28. theme_override_constants/line_spacing = 0
  29. horizontal_alignment = 1
  30. vertical_alignment = 1
  31. autowrap_mode = 2
  32. language = "en_GB"
  33. [node name="ButtonBoxes" parent="Margin/VBoxContainer" instance=ExtResource("3_fxiru")]
  34. layout_mode = 2