This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/awesome_splash/core/AspectNode.tscn
2022-06-18 13:05:48 +02:00

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
}