menu.tscn 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. text = "Basic test
  45. "
  46. level = ExtResource("2_x8xps")
  47. [node name="ScaleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
  48. anchors_preset = 0
  49. anchor_right = 0.0
  50. anchor_bottom = 0.0
  51. offset_top = 81.0
  52. offset_right = 302.0
  53. offset_bottom = 158.0
  54. text = "Scale test"
  55. level = ExtResource("3_xung6")
  56. [node name="HeartLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
  57. anchors_preset = 0
  58. anchor_right = 0.0
  59. anchor_bottom = 0.0
  60. offset_top = 162.0
  61. offset_right = 302.0
  62. offset_bottom = 239.0
  63. text = "Heart music"
  64. level = ExtResource("4_wmep8")