-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
69 lines (58 loc) · 2.04 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
68
69
[gd_scene load_steps=6 format=2]
[ext_resource path="res://lib/dance/viewport/ui/UI.tscn" type="PackedScene" id=1]
[ext_resource path="res://lib/dance/viewport/2d/Viewport2D.tscn" type="PackedScene" id=3]
[ext_resource path="res://Main.gd" type="Script" id=4]
[sub_resource type="Animation" id=1]
resource_name = "Intro"
length = 2.5
tracks/0/type = "value"
tracks/0/path = NodePath("CanvasLayer/BG:self_modulate")
tracks/0/interp = 2
tracks/0/loop_wrap = false
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 1.6, 2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 0.588235, 0.588235, 0.588235, 1 ) ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("Viewport2D/Camera2D:modulate")
tracks/1/interp = 2
tracks/1/loop_wrap = false
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 2, 2.5 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
[sub_resource type="ImageTexture" id=2]
[node name="Game" type="Node" groups=[
"game",
]]
script = ExtResource( 4 )
songfile = "res://test/[Kurosan] LUVORATORRRRRY!/LUVORATORRRRRY!.sm"
part = 1
speed_scale = 2.0
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/Intro = SubResource( 1 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
layer = -1
[node name="BG" type="TextureRect" parent="CanvasLayer"]
anchor_right = 1.0
anchor_bottom = 1.0
texture = SubResource( 2 )
expand = true
stretch_mode = 7
__meta__ = {
"_edit_use_anchors_": false
}
[node name="UI" parent="." instance=ExtResource( 1 )]
[node name="Viewport2D" parent="." instance=ExtResource( 3 )]
[connection signal="add_note" from="." to="Viewport2D" method="add_note"]
[connection signal="score_update" from="." to="Viewport2D" method="score_update"]
[connection signal="song_loaded" from="." to="Viewport2D" method="song_loaded"]