49 lines
1 KiB
Text
49 lines
1 KiB
Text
|
[gd_scene load_steps=2 format=3 uid="uid://55cgw0lg8pab"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://src/OutlineRect.gd" id="1_2f5i4"]
|
||
|
|
||
|
[node name="OutlineRect" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 0
|
||
|
offset_right = 100.0
|
||
|
offset_bottom = 20.0
|
||
|
script = ExtResource("1_2f5i4")
|
||
|
|
||
|
[node name="ColorRect" type="ColorRect" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 10
|
||
|
anchor_right = 1.0
|
||
|
offset_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
|
||
|
[node name="ColorRect2" type="ColorRect" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 9
|
||
|
anchor_bottom = 1.0
|
||
|
offset_top = 1.0
|
||
|
offset_right = 1.0
|
||
|
offset_bottom = -1.0
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="ColorRect3" type="ColorRect" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 12
|
||
|
anchor_top = 1.0
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_top = -1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 0
|
||
|
|
||
|
[node name="ColorRect4" type="ColorRect" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 11
|
||
|
anchor_left = 1.0
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = -1.0
|
||
|
offset_top = 1.0
|
||
|
offset_bottom = -1.0
|
||
|
grow_horizontal = 0
|
||
|
grow_vertical = 2
|