Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
694 B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=1]
  3. [ext_resource path="res://assets/icons/return.png" type="Texture" id=2]
  4. [node name="menu" type="Panel"]
  5. anchor_left = 0.5
  6. anchor_top = 0.5
  7. anchor_right = 0.5
  8. anchor_bottom = 0.5
  9. margin_left = -472.5
  10. margin_top = -234.5
  11. margin_right = 472.5
  12. margin_bottom = 234.5
  13. grow_horizontal = 2
  14. grow_vertical = 2
  15. rect_clip_content = true
  16. size_flags_horizontal = 6
  17. size_flags_vertical = 6
  18. [node name="back" type="Button" parent="."]
  19. anchor_top = 1.0
  20. anchor_bottom = 1.0
  21. margin_top = -56.0
  22. margin_right = 132.0
  23. custom_fonts/font = ExtResource( 1 )
  24. text = "BACK"
  25. icon = ExtResource( 2 )
  26. flat = true