Godot-Simple-TODO/addons/SimpleTODO/ItemPlacementHolder.tscn
Nukiloco 2e4ac956da
Added item and column dragging (#1)
* Added item and column dragging

* Fixed layout saving issues

* Fixed deleting items

* Fixed some of the requested changes
2022-07-19 11:19:37 +02:00

19 lines
511 B
Plaintext

[gd_scene load_steps=2 format=2]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.529412, 0.529412, 0.529412, 0.529412 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0, 0.741176, 1, 1 )
corner_radius_top_left = 16
corner_radius_top_right = 16
corner_radius_bottom_right = 16
corner_radius_bottom_left = 16
[node name="ItemPlacementHolder" type="Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_styles/panel = SubResource( 1 )