1234567891011121314151617181920212223242526272829 |
- [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"]
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- margin_left = -100.0
- margin_top = -25.0
- margin_right = 100.0
- margin_bottom = 25.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 = "Edit your message"
- align = 1
- valign = 1
- __meta__ = {
- "_edit_use_anchors_": false
- }
|