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.

34 lines
849 B

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