17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cug5xjbfdm7x7"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ce8lu"]
|
|
|
|
[sub_resource type="GDScript" id="GDScript_dds53"]
|
|
script/source = "extends ColorPickerButton
|
|
"
|
|
|
|
[node name="ячейка-цвет" type="ColorPickerButton"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_ce8lu")
|
|
script = SubResource("GDScript_dds53")
|