[gd_scene load_steps=7 format=3 uid="uid://yi5bab38nsy1"] [ext_resource type="PackedScene" uid="uid://xa6opw1e34ve" path="res://component/ui/launcher/launcher.tscn" id="1_drwug"] [ext_resource type="Texture2D" uid="uid://bsld6lureiq11" path="res://StarKissLogo.png" id="1_fdf5f"] [ext_resource type="PackedScene" uid="uid://bs8crkburdpjc" path="res://run/levels/world.tscn" id="2_x8xps"] [ext_resource type="PackedScene" uid="uid://bmdqfw4sxhdt3" path="res://run/levels/simple_scales.tscn" id="3_xung6"] [ext_resource type="PackedScene" uid="uid://cm11n13hpeyrm" path="res://run/levels/heart.tscn" id="4_wmep8"] [ext_resource type="PackedScene" uid="uid://d1jspijrlu3i6" path="res://run/levels/pouet.tscn" id="6_uh1cd"] [node name="Menu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Logo" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = -1 anchor_left = 0.169 anchor_right = 0.169 offset_top = 20.0 offset_right = 160.0 offset_bottom = 180.0 texture = ExtResource("1_fdf5f") [node name="Title" type="RichTextLabel" parent="."] layout_mode = 1 anchors_preset = -1 anchor_left = 0.5 anchor_right = 0.5 offset_left = -240.0 offset_top = 20.0 offset_right = 240.0 offset_bottom = 180.0 grow_horizontal = 2 theme_override_font_sizes/normal_font_size = 110 text = "Star Kiss" scroll_active = false [node name="LevelScroll" type="ScrollContainer" parent="."] layout_mode = 1 anchors_preset = -1 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 20.0 offset_top = 200.0 offset_right = -20.0 offset_bottom = -20.0 horizontal_scroll_mode = 0 [node name="LevelContainer" type="VBoxContainer" parent="LevelScroll"] layout_mode = 2 offset_right = 305.0 offset_bottom = 320.0 alignment = 1 [node name="SimpleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")] layout_mode = 2 anchors_preset = 0 anchor_right = 0.0 anchor_bottom = 0.0 offset_right = 305.0 offset_bottom = 77.0 grow_horizontal = 1 grow_vertical = 1 text = "Basic test " level = ExtResource("2_x8xps") [node name="ScaleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")] layout_mode = 2 anchors_preset = 0 anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 81.0 offset_right = 305.0 offset_bottom = 158.0 grow_horizontal = 1 grow_vertical = 1 text = "Scale test" level = ExtResource("3_xung6") [node name="HeartLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")] layout_mode = 2 anchors_preset = 0 anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 162.0 offset_right = 305.0 offset_bottom = 239.0 grow_horizontal = 1 grow_vertical = 1 text = "Heart music" level = ExtResource("4_wmep8") [node name="PouetLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")] layout_mode = 2 anchors_preset = 0 anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 243.0 offset_right = 305.0 offset_bottom = 320.0 text = "Super pouet" level = ExtResource("6_uh1cd")