mirror of
https://github.com/Relintai/Godot-Simple-TODO.git
synced 2024-11-11 06:32:10 +01:00
19 lines
511 B
Plaintext
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 )
|