add the rest of the notes
This commit is contained in:
+37
-18
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=18 format=3 uid="uid://bqh00ot0csqmk"]
|
||||
[gd_scene load_steps=19 format=3 uid="uid://bqh00ot0csqmk"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Scenes/Play/Play.cs" id="1_asytu"]
|
||||
[ext_resource type="PackedScene" uid="uid://cyetvgmwnoy8l" path="res://Things/Background.tscn" id="2_8g6gv"]
|
||||
[ext_resource type="Shader" path="res://Shaders/Cutout2D.gdshader" id="3_rjbyl"]
|
||||
[ext_resource type="Script" path="res://Scripts/Scenes/Play/Audio/BGM.cs" id="4_c2dke"]
|
||||
[ext_resource type="Script" path="res://Scripts/Scenes/Play/Audio/SFX.cs" id="5_owrd5"]
|
||||
[ext_resource type="PackedScene" uid="uid://cyopljug0duaa" path="res://Things/TunnelObjects/Notes/NoteTouch.tscn" id="6_kjmqf"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_nefjb"]
|
||||
ambient_light_source = 1
|
||||
@@ -61,7 +62,7 @@ uv1_scale = Vector3(-1, 1, 1)
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_w20vk"]
|
||||
viewport_path = NodePath("Mask")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_osg3y"]
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_nh4gy"]
|
||||
resource_local_to_scene = true
|
||||
shader = ExtResource("3_rjbyl")
|
||||
shader_parameter/mask = SubResource("ViewportTexture_w20vk")
|
||||
@@ -84,8 +85,8 @@ blend_mode = 1
|
||||
script = ExtResource("1_asytu")
|
||||
bgmController = NodePath("AudioStreamPlayer BGM")
|
||||
sfxController = NodePath("AudioStreamPlayer SFX")
|
||||
noteDisplay = NodePath("2D Viewport/Viewport Control/Notes Scroll")
|
||||
scrollDisplay = NodePath("2D Viewport/Viewport Control/Holds ViewportView/Holds Viewport/Holds Scroll")
|
||||
noteDisplay = NodePath("2D Viewport/Viewport Control/Scroll Anchor/Notes Scroll")
|
||||
scrollDisplay = NodePath("2D Viewport/Viewport Control/Holds ViewportView/Holds Viewport/Scroll Anchor/Holds Scroll")
|
||||
background = NodePath("2D Viewport/Viewport Control/Background")
|
||||
mainViewport = NodePath("2D Viewport")
|
||||
leftViewport = NodePath("2D Viewport/Viewport Control/ViewportView Left/Viewport Left")
|
||||
@@ -140,7 +141,7 @@ anchor_mode = 0
|
||||
editor_draw_screen = false
|
||||
|
||||
[node name="Background" parent="2D Viewport/Viewport Control" instance=ExtResource("2_8g6gv")]
|
||||
material = SubResource("ShaderMaterial_osg3y")
|
||||
material = SubResource("ShaderMaterial_nh4gy")
|
||||
layout_mode = 1
|
||||
offset_top = -1920.0
|
||||
offset_right = 1920.0
|
||||
@@ -157,13 +158,22 @@ screen_space_aa = 1
|
||||
size = Vector2i(1920, 1920)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="Holds Scroll" type="Control" parent="2D Viewport/Viewport Control/Holds ViewportView/Holds Viewport"]
|
||||
[node name="Scroll Anchor" type="Control" parent="2D Viewport/Viewport Control/Holds ViewportView/Holds Viewport"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -10.0
|
||||
offset_bottom = -10.0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="Holds Scroll" type="Control" parent="2D Viewport/Viewport Control/Holds ViewportView/Holds Viewport/Scroll Anchor"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 1920.0
|
||||
offset_bottom = 1920.0
|
||||
offset_right = -40.0
|
||||
offset_bottom = -40.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
@@ -181,16 +191,6 @@ grow_vertical = 2
|
||||
rotation = 1.5708
|
||||
texture = SubResource("GradientTexture1D_pha5y")
|
||||
|
||||
[node name="Notes Scroll" type="Control" parent="2D Viewport/Viewport Control"]
|
||||
material = SubResource("CanvasItemMaterial_27qpl")
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -1920.0
|
||||
offset_bottom = -1920.0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="ViewportView Left" type="SubViewportContainer" parent="2D Viewport/Viewport Control"]
|
||||
layout_mode = 0
|
||||
offset_right = 1920.0
|
||||
@@ -232,6 +232,25 @@ position = Vector2(0, -1920)
|
||||
offset = Vector2(1921, 1920)
|
||||
anchor_mode = 0
|
||||
|
||||
[node name="Scroll Anchor" type="Control" parent="2D Viewport/Viewport Control"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -10.0
|
||||
offset_bottom = -10.0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="Notes Scroll" type="Control" parent="2D Viewport/Viewport Control/Scroll Anchor"]
|
||||
material = SubResource("CanvasItemMaterial_27qpl")
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="NoteTouch" parent="2D Viewport/Viewport Control/Scroll Anchor/Notes Scroll" instance=ExtResource("6_kjmqf")]
|
||||
|
||||
[node name="AudioStreamPlayer BGM" type="AudioStreamPlayer" parent="."]
|
||||
script = ExtResource("4_c2dke")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user