1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-12 16:53:07 +00:00
Pixelorama/src/Tools/ColorPicker.tscn

31 lines
959 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Tools/BaseTool.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/Tools/ColorPicker.gd" type="Script" id=2]
[node name="ToolOptions" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="ColorPicker" type="VBoxContainer" parent="." index="2"]
margin_top = 26.0
margin_right = 116.0
margin_bottom = 64.0
[node name="Label" type="Label" parent="ColorPicker" index="0"]
margin_right = 116.0
margin_bottom = 14.0
mouse_default_cursor_shape = 2
size_flags_vertical = 1
text = "Pick for:"
[node name="Options" type="OptionButton" parent="ColorPicker" index="1"]
margin_top = 18.0
margin_right = 116.0
margin_bottom = 38.0
mouse_default_cursor_shape = 2
text = "Left Color"
items = [ "Left Color", null, false, 0, null, "Right Color", null, false, 1, null ]
selected = 0
[connection signal="item_selected" from="ColorPicker/Options" to="." method="_on_Options_item_selected"]