MessagePanel.tscn 486 B

12345678910111213141516171819202122
  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. margin_left = 100.0
  5. margin_top = 175.0
  6. margin_right = 300.0
  7. margin_bottom = 225.0
  8. script = ExtResource( 1 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="Label" type="Label" parent="."]
  13. margin_left = -100.0
  14. margin_top = -175.0
  15. margin_right = 300.0
  16. margin_bottom = 225.0
  17. text = "Your message here"
  18. align = 1
  19. valign = 1