thanks.tscn 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [gd_scene load_steps=4 format=3 uid="uid://dmiel5e6ir5nh"]
  2. [ext_resource type="FontFile" uid="uid://3088fs7yhrwi" path="res://Misc/comic sans.ttf" id="1"]
  3. [ext_resource type="Script" uid="uid://dn22otalrfdt2" path="res://Scripts/Other/quit_button.gd" id="2"]
  4. [sub_resource type="LabelSettings" id="LabelSettings_m1yh2"]
  5. font = ExtResource("1")
  6. font_size = 30
  7. [node name="Thanks" type="Control"]
  8. layout_mode = 3
  9. anchors_preset = 15
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. grow_horizontal = 2
  13. grow_vertical = 2
  14. [node name="ColorRect" type="ColorRect" parent="."]
  15. layout_mode = 1
  16. anchors_preset = 15
  17. anchor_right = 1.0
  18. anchor_bottom = 1.0
  19. grow_horizontal = 2
  20. grow_vertical = 2
  21. color = Color(0.151276, 0.151276, 0.151276, 1)
  22. [node name="Label" type="Label" parent="."]
  23. layout_mode = 1
  24. anchors_preset = 5
  25. anchor_left = 0.5
  26. anchor_right = 0.5
  27. offset_left = -111.0
  28. offset_top = 37.0
  29. offset_right = 111.0
  30. offset_bottom = 151.0
  31. grow_horizontal = 2
  32. text = "thanks for participating in the playtest sir"
  33. label_settings = SubResource("LabelSettings_m1yh2")
  34. horizontal_alignment = 1
  35. vertical_alignment = 1
  36. autowrap_mode = 2
  37. [node name="Label2" type="Label" parent="."]
  38. layout_mode = 1
  39. anchors_preset = 5
  40. anchor_left = 0.5
  41. anchor_right = 0.5
  42. offset_left = -154.0
  43. offset_top = 176.0
  44. offset_right = 153.0
  45. offset_bottom = 290.0
  46. grow_horizontal = 2
  47. text = "leave feedback in the #feedback channel"
  48. label_settings = SubResource("LabelSettings_m1yh2")
  49. horizontal_alignment = 1
  50. vertical_alignment = 1
  51. autowrap_mode = 2
  52. [node name="Button" type="Button" parent="."]
  53. layout_mode = 0
  54. offset_left = 157.0
  55. offset_top = 290.0
  56. offset_right = 293.0
  57. offset_bottom = 368.0
  58. theme_override_fonts/font = ExtResource("1")
  59. theme_override_font_sizes/font_size = 56
  60. text = "quit"
  61. script = ExtResource("2")
  62. [connection signal="pressed" from="Button" to="Button" method="_on_pressed"]