-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNoteManager.tscn
More file actions
87 lines (67 loc) · 3.7 KB
/
NoteManager.tscn
File metadata and controls
87 lines (67 loc) · 3.7 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[gd_scene load_steps=10 format=3 uid="uid://bn8txx53xlguw"]
[ext_resource type="Script" uid="uid://bok6bnyemsgck" path="res://Scenes/NoteManager/Scripts/InputHandler.cs" id="1_2oeuf"]
[ext_resource type="Texture2D" uid="uid://2jj65hqoi8su" path="res://Scenes/NoteManager/Assets/Note.png" id="2_shvru"]
[ext_resource type="Script" uid="uid://coukobemtvmah" path="res://Scenes/NoteManager/Scripts/NoteChecker.cs" id="3_0cioe"]
[ext_resource type="Texture2D" uid="uid://br6xfjuq6c2nk" path="res://Scenes/NoteManager/Assets/TopNoteOutline.png" id="4_adgij"]
[ext_resource type="Texture2D" uid="uid://b0tvsewgnf2x7" path="res://icon.svg" id="4_foklt"]
[ext_resource type="PackedScene" uid="uid://bcf6vs4aqoxr5" path="res://Scenes/ChartViewport/HitParticles.tscn" id="5_jv1tr"]
[ext_resource type="Texture2D" uid="uid://s84c7d50wjvn" path="res://Scenes/NoteManager/Assets/LeftNoteOutline.png" id="7_hm3i3"]
[ext_resource type="Texture2D" uid="uid://dslb58tkhgroj" path="res://Scenes/NoteManager/Assets/RightNoteOutline.png" id="9_osoy2"]
[ext_resource type="Texture2D" uid="uid://bh68528ekvjbk" path="res://Scenes/NoteManager/Assets/BottomNoteOutline.png" id="11_ymppf"]
[node name="noteManager" type="Node2D"]
script = ExtResource("1_2oeuf")
[node name="noteCheckers" type="Node2D" parent="."]
[node name="arrowLeft" type="Sprite2D" parent="noteCheckers" node_paths=PackedStringArray("Outline")]
position = Vector2(0, 27)
texture = ExtResource("2_shvru")
script = ExtResource("3_0cioe")
Outline = NodePath("Outline")
[node name="Outline" type="Sprite2D" parent="noteCheckers/arrowLeft"]
self_modulate = Color(0.45, 0.45, 0.45, 1)
texture = ExtResource("4_adgij")
[node name="HitParticles" parent="noteCheckers/arrowLeft" instance=ExtResource("5_jv1tr")]
[node name="arrowUp" type="Sprite2D" parent="noteCheckers" node_paths=PackedStringArray("Outline")]
position = Vector2(0, 68)
texture = ExtResource("2_shvru")
script = ExtResource("3_0cioe")
Outline = NodePath("Outline")
[node name="Outline" type="Sprite2D" parent="noteCheckers/arrowUp"]
self_modulate = Color(0.45, 0.45, 0.45, 1)
texture = ExtResource("7_hm3i3")
[node name="HitParticles" parent="noteCheckers/arrowUp" instance=ExtResource("5_jv1tr")]
[node name="arrowDown" type="Sprite2D" parent="noteCheckers" node_paths=PackedStringArray("Outline")]
position = Vector2(0, 112)
texture = ExtResource("2_shvru")
script = ExtResource("3_0cioe")
Outline = NodePath("Outline")
[node name="Outline" type="Sprite2D" parent="noteCheckers/arrowDown"]
self_modulate = Color(0.45, 0.45, 0.45, 1)
texture = ExtResource("9_osoy2")
[node name="HitParticles" parent="noteCheckers/arrowDown" instance=ExtResource("5_jv1tr")]
[node name="arrowRight" type="Sprite2D" parent="noteCheckers" node_paths=PackedStringArray("Outline")]
position = Vector2(0, 153)
texture = ExtResource("2_shvru")
script = ExtResource("3_0cioe")
Outline = NodePath("Outline")
[node name="Outline" type="Sprite2D" parent="noteCheckers/arrowRight"]
self_modulate = Color(0.45, 0.45, 0.45, 1)
texture = ExtResource("11_ymppf")
[node name="HitParticles" parent="noteCheckers/arrowRight" instance=ExtResource("5_jv1tr")]
[node name="ui" type="Node2D" parent="."]
[node name="dividers" type="Node2D" parent="ui"]
visible = false
[node name="DivA" type="Sprite2D" parent="ui/dividers"]
modulate = Color(0, 0, 0, 1)
position = Vector2(295, 37)
scale = Vector2(5.10938, 0.041)
texture = ExtResource("4_foklt")
[node name="DivB" type="Sprite2D" parent="ui/dividers"]
modulate = Color(0, 0, 0, 1)
position = Vector2(295, 77)
scale = Vector2(5.10938, 0.041)
texture = ExtResource("4_foklt")
[node name="DivC" type="Sprite2D" parent="ui/dividers"]
modulate = Color(0, 0, 0, 1)
position = Vector2(295, 120)
scale = Vector2(5.10938, 0.041)
texture = ExtResource("4_foklt")