49 lines
1.1 KiB
Text
49 lines
1.1 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/awesome_splash/core/AspectNode.gd" type="Script" id=1]
|
|
|
|
[node name="AspectNode" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="OutlineFrame" type="Control" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
mouse_filter = 2
|
|
__meta__ = {
|
|
"_edit_group_": true,
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Left" type="ColorRect" parent="OutlineFrame"]
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 5, 5 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Right" type="ColorRect" parent="OutlineFrame"]
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 5, 5 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Top" type="ColorRect" parent="OutlineFrame"]
|
|
anchor_right = 1.0
|
|
rect_min_size = Vector2( 5, 5 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Bottom" type="ColorRect" parent="OutlineFrame"]
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 5, 5 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|