menu.tscn 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [gd_scene load_steps=5 format=3 uid="uid://yi5bab38nsy1"]
  2. [ext_resource type="PackedScene" uid="uid://xa6opw1e34ve" path="res://component/ui/launcher/launcher.tscn" id="1_drwug"]
  3. [ext_resource type="PackedScene" uid="uid://bs8crkburdpjc" path="res://run/levels/world.tscn" id="2_x8xps"]
  4. [ext_resource type="PackedScene" uid="uid://bwvywnh4itqg3" path="res://run/levels/simple_scales.tscn" id="3_xung6"]
  5. [ext_resource type="PackedScene" uid="uid://38l0xifohua4" path="res://run/levels/heart.tscn" id="4_wmep8"]
  6. [node name="Menu" type="Control"]
  7. layout_mode = 3
  8. anchors_preset = 15
  9. anchor_right = 1.0
  10. anchor_bottom = 1.0
  11. grow_horizontal = 2
  12. grow_vertical = 2
  13. [node name="Title" type="RichTextLabel" parent="."]
  14. anchors_preset = -1
  15. anchor_left = 0.5
  16. anchor_right = 0.5
  17. offset_left = -240.0
  18. offset_top = 20.0
  19. offset_right = 240.0
  20. offset_bottom = 180.0
  21. grow_horizontal = 2
  22. theme_override_font_sizes/normal_font_size = 110
  23. text = "Star Kiss"
  24. scroll_active = false
  25. [node name="LevelScroll" type="ScrollContainer" parent="."]
  26. anchors_preset = -1
  27. anchor_right = 1.0
  28. anchor_bottom = 1.0
  29. offset_left = 20.0
  30. offset_top = 200.0
  31. offset_right = -20.0
  32. offset_bottom = -20.0
  33. horizontal_scroll_mode = 0
  34. [node name="LevelContainer" type="VBoxContainer" parent="LevelScroll"]
  35. offset_right = 302.0
  36. offset_bottom = 239.0
  37. alignment = 1
  38. [node name="SimpleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
  39. anchors_preset = 0
  40. anchor_right = 0.0
  41. anchor_bottom = 0.0
  42. offset_right = 302.0
  43. offset_bottom = 77.0
  44. grow_horizontal = 1
  45. grow_vertical = 1
  46. text = "Basic test
  47. "
  48. level = ExtResource("2_x8xps")
  49. [node name="ScaleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
  50. anchors_preset = 0
  51. anchor_right = 0.0
  52. anchor_bottom = 0.0
  53. offset_top = 81.0
  54. offset_right = 302.0
  55. offset_bottom = 158.0
  56. grow_horizontal = 1
  57. grow_vertical = 1
  58. text = "Scale test"
  59. level = ExtResource("3_xung6")
  60. [node name="HeartLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
  61. anchors_preset = 0
  62. anchor_right = 0.0
  63. anchor_bottom = 0.0
  64. offset_top = 162.0
  65. offset_right = 302.0
  66. offset_bottom = 239.0
  67. grow_horizontal = 1
  68. grow_vertical = 1
  69. text = "Heart music"
  70. level = ExtResource("4_wmep8")