thread.tscn 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [gd_scene load_steps=2 format=3 uid="uid://df1dmjx4ny0gd"]
  2. [ext_resource type="Script" path="res://thread.gd" id="1"]
  3. [node name="Thread" type="Control"]
  4. layout_mode = 3
  5. anchors_preset = 15
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. grow_horizontal = 2
  9. grow_vertical = 2
  10. script = ExtResource("1")
  11. [node name="Load" type="Button" parent="."]
  12. layout_mode = 1
  13. anchors_preset = 5
  14. anchor_left = 0.5
  15. anchor_right = 0.5
  16. offset_left = -115.0
  17. offset_top = 96.0
  18. offset_right = 115.0
  19. offset_bottom = 151.0
  20. grow_horizontal = 2
  21. size_flags_horizontal = 2
  22. size_flags_vertical = 2
  23. theme_override_font_sizes/font_size = 24
  24. text = "Load in Thread"
  25. [node name="ColorRect" type="Panel" parent="."]
  26. layout_mode = 0
  27. offset_left = 461.0
  28. offset_top = 160.0
  29. offset_right = 692.0
  30. offset_bottom = 489.0
  31. [node name="TextureRect" type="TextureRect" parent="."]
  32. layout_mode = 1
  33. anchors_preset = 8
  34. anchor_left = 0.5
  35. anchor_top = 0.5
  36. anchor_right = 0.5
  37. anchor_bottom = 0.5
  38. grow_horizontal = 2
  39. grow_vertical = 2
  40. stretch_mode = 5
  41. [connection signal="pressed" from="Load" to="." method="_on_load_pressed"]