thread.tscn 844 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://thread.gd" type="Script" id=1]
  3. [node name="node" type="Node2D" index="0"]
  4. script = ExtResource( 1 )
  5. [node name="load" type="Button" parent="." index="0"]
  6. anchor_left = 0.0
  7. anchor_top = 0.0
  8. anchor_right = 0.0
  9. anchor_bottom = 0.0
  10. margin_left = 192.0
  11. margin_top = 32.0
  12. margin_right = 320.0
  13. margin_bottom = 64.0
  14. rect_pivot_offset = Vector2( 0, 0 )
  15. focus_mode = 2
  16. mouse_filter = 0
  17. mouse_default_cursor_shape = 0
  18. size_flags_horizontal = 2
  19. size_flags_vertical = 2
  20. toggle_mode = false
  21. enabled_focus_mode = 2
  22. shortcut = null
  23. group = null
  24. text = "Load in Thread"
  25. flat = false
  26. align = 1
  27. [node name="sprite" type="Sprite" parent="." index="1"]
  28. position = Vector2( 248, 256 )
  29. _sections_unfolded = [ "Transform" ]
  30. [connection signal="pressed" from="load" to="." method="_on_load_pressed"]