No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ColourPicker.tscn 591B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://addons/Todo_Manager/ColourPicker.gd" type="Script" id=1]
  3. [node name="TODOColour" type="HBoxContainer"]
  4. margin_right = 156.0
  5. margin_bottom = 20.0
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "_edit_use_anchors_": false
  9. }
  10. [node name="Label" type="Label" parent="."]
  11. margin_top = 3.0
  12. margin_right = 52.0
  13. margin_bottom = 17.0
  14. text = "#TODO:"
  15. [node name="TODOColourPickerButton" type="ColorPickerButton" parent="."]
  16. margin_left = 56.0
  17. margin_right = 156.0
  18. margin_bottom = 20.0
  19. rect_min_size = Vector2( 100, 0 )
  20. color = Color( 1, 1, 1, 1 )