|
@@ -1,9 +1,10 @@
|
|
|
-[gd_scene load_steps=5 format=3 uid="uid://yi5bab38nsy1"]
|
|
|
+[gd_scene load_steps=6 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://bwvywnh4itqg3" path="res://run/levels/simple_scales.tscn" id="3_xung6"]
|
|
|
-[ext_resource type="PackedScene" uid="uid://38l0xifohua4" path="res://run/levels/heart.tscn" id="4_wmep8"]
|
|
|
+[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"]
|
|
|
|
|
|
[node name="Menu" type="Control"]
|
|
|
layout_mode = 3
|
|
@@ -13,7 +14,18 @@ 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
|
|
@@ -27,6 +39,7 @@ 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
|
|
@@ -37,11 +50,13 @@ offset_bottom = -20.0
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
|
|
[node name="LevelContainer" type="VBoxContainer" parent="LevelScroll"]
|
|
|
+layout_mode = 2
|
|
|
offset_right = 302.0
|
|
|
offset_bottom = 239.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
|
|
@@ -54,6 +69,7 @@ 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
|
|
@@ -66,6 +82,7 @@ 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
|