menu.tscn 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://ArcadiaGodot/ArcadiaHook.cs" type="Script" id=1]
  3. [ext_resource path="res://fonts/apl385.tres" type="DynamicFont" id=2]
  4. [node name="menu" type="Node2D"]
  5. script = ExtResource( 1 )
  6. ready_fn = "#'game.core/menu-ready"
  7. [node name="New" type="Button" parent="."]
  8. margin_left = 400.0
  9. margin_top = 309.0
  10. margin_right = 628.0
  11. margin_bottom = 351.0
  12. rect_min_size = Vector2( 0.06, 0 )
  13. custom_fonts/font = ExtResource( 2 )
  14. custom_colors/font_color_disabled = Color( 1, 0.847059, 0, 1 )
  15. custom_colors/font_color = Color( 1, 0.898039, 0.0431373, 1 )
  16. text = "NEW GAME"
  17. __meta__ = {
  18. "_edit_use_anchors_": false
  19. }
  20. [node name="title_white" type="Label" parent="."]
  21. margin_left = 367.0
  22. margin_top = 206.0
  23. margin_right = 668.0
  24. margin_bottom = 277.0
  25. custom_fonts/font = ExtResource( 2 )
  26. text = " / \\
  27. ORBOMANCY"
  28. __meta__ = {
  29. "_edit_use_anchors_": false
  30. }
  31. [node name="title_magenta" type="Label" parent="."]
  32. margin_left = 367.0
  33. margin_top = 206.0
  34. margin_right = 668.0
  35. margin_bottom = 277.0
  36. custom_fonts/font = ExtResource( 2 )
  37. custom_colors/font_color = Color( 1, 0, 0.913725, 1 )
  38. text = " . ^ ^ .
  39. ~ < > ~"
  40. __meta__ = {
  41. "_edit_use_anchors_": false
  42. }
  43. [node name="title_cyan" type="Label" parent="."]
  44. margin_left = 367.0
  45. margin_top = 206.0
  46. margin_right = 668.0
  47. margin_bottom = 277.0
  48. custom_fonts/font = ExtResource( 2 )
  49. custom_colors/font_color = Color( 0, 0.976471, 1, 1 )
  50. text = " : o :
  51. = = "
  52. __meta__ = {
  53. "_edit_use_anchors_": false
  54. }