MessagePanel.tscn 603 B

1234567891011121314151617181920212223242526272829
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://component/ui/message_panel/MessagePanel.gd" type="Script" id=1]
  3. [node name="Panel" type="Panel"]
  4. anchor_left = 0.5
  5. anchor_top = 0.5
  6. anchor_right = 0.5
  7. anchor_bottom = 0.5
  8. margin_left = -100.0
  9. margin_top = -25.0
  10. margin_right = 100.0
  11. margin_bottom = 25.0
  12. script = ExtResource( 1 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }
  16. [node name="Label" type="Label" parent="."]
  17. margin_left = -100.0
  18. margin_top = -175.0
  19. margin_right = 300.0
  20. margin_bottom = 225.0
  21. text = "Edit your message"
  22. align = 1
  23. valign = 1
  24. __meta__ = {
  25. "_edit_use_anchors_": false
  26. }