-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
67 lines (59 loc) · 1.9 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gd_scene load_steps=6 format=3 uid="uid://vgw7p82egnva"]
[ext_resource type="Script" path="res://main.gd" id="1_2bga7"]
[ext_resource type="Resource" uid="uid://bke142ml0f0ea" path="res://KaraokeMaker/wowwow.tres" id="2_5xuj5"]
[ext_resource type="PackedScene" uid="uid://v6shx7bog0xb" path="res://LyricLine/lyric_line.tscn" id="2_r0m2l"]
[ext_resource type="Texture2D" uid="uid://f006i5slm4n2" path="res://wallapaper.png" id="3_b7o82"]
[ext_resource type="AudioStream" uid="uid://bpxd1kpf1k48u" path="res://KaraokeMaker/wowwow.ogg" id="5_c4r1y"]
[node name="Main" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_2bga7")
karaoke_song = ExtResource("2_5xuj5")
[node name="Background" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -221.0
offset_top = -9.0
offset_right = 220.0
offset_bottom = 9.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(130, 246)
texture = ExtResource("3_b7o82")
[node name="VBoxContainer2" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 117.0
offset_top = -126.0
offset_right = -117.0
grow_horizontal = 2
grow_vertical = 0
color = Color(0, 0, 0, 0.815686)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 117.0
offset_top = -126.0
offset_right = -117.0
grow_horizontal = 2
grow_vertical = 0
alignment = 1
[node name="LyricLine1" parent="VBoxContainer" instance=ExtResource("2_r0m2l")]
layout_mode = 2
[node name="LyricLine2" parent="VBoxContainer" instance=ExtResource("2_r0m2l")]
layout_mode = 2
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("5_c4r1y")
autoplay = true