[gd_scene load_steps=2 format=2]

[ext_resource path="res://component/ui/message_panel/MessagePanel.gd" type="Script" id=1]

[node name="Panel" type="Panel"]
margin_left = 100.0
margin_top = 175.0
margin_right = 300.0
margin_bottom = 225.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Label" type="Label" parent="."]
margin_left = -100.0
margin_top = -175.0
margin_right = 300.0
margin_bottom = 225.0
text = "Your message here"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}