2023-10-09 01:22:41 -07:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://bcindeb5bakb3"]
|
2023-09-29 17:48:09 -07:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Things/TunnelObjects/THNotePlay.cs" id="1_e4xxi"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cfm2r0ha81eum" path="res://_Assets/Textures/Notes/SwipeCCW.png" id="2_yb0qd"]
|
2023-10-09 01:22:41 -07:00
|
|
|
[ext_resource type="Shader" uid="uid://dm5rgp78v61ha" path="res://Shaders/SwipeArrow.tres" id="3_k16x0"]
|
2023-10-08 20:10:30 -07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://jn0eb8txbjro" path="res://Things/TunnelObjects/Notes/SwipeArrow.tscn" id="3_smdjm"]
|
2023-10-09 01:22:41 -07:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_rv322"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="6_o3u8k"]
|
|
|
|
|
|
2023-10-14 01:43:16 -07:00
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_qipny"]
|
2023-10-09 01:22:41 -07:00
|
|
|
resource_local_to_scene = true
|
|
|
|
|
shader = ExtResource("3_k16x0")
|
2023-10-09 23:22:48 -07:00
|
|
|
shader_parameter/isCw = false
|
2023-10-09 01:22:41 -07:00
|
|
|
shader_parameter/TileMult = 6.0
|
|
|
|
|
shader_parameter/scrollMultiplier = 2.0
|
|
|
|
|
shader_parameter/arrow = ExtResource("4_rv322")
|
|
|
|
|
shader_parameter/mask = ExtResource("6_o3u8k")
|
2023-09-29 23:49:56 -07:00
|
|
|
|
2023-09-29 18:05:20 -07:00
|
|
|
[node name="NoteSwipeCCW" type="Control" node_paths=PackedStringArray("noteBase")]
|
2023-09-29 17:48:09 -07:00
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 0
|
|
|
|
|
offset_right = 200.0
|
|
|
|
|
offset_bottom = 24.0
|
|
|
|
|
script = ExtResource("1_e4xxi")
|
2023-09-29 18:05:20 -07:00
|
|
|
noteBase = NodePath("NinePatchRect")
|
2023-09-29 17:48:09 -07:00
|
|
|
|
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = -1
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2023-10-14 01:43:16 -07:00
|
|
|
offset_top = -44.0
|
2023-09-29 17:48:09 -07:00
|
|
|
offset_bottom = -24.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
texture = ExtResource("2_yb0qd")
|
|
|
|
|
patch_margin_left = 12
|
|
|
|
|
patch_margin_right = 12
|
2023-09-29 23:49:56 -07:00
|
|
|
|
2023-10-09 01:22:41 -07:00
|
|
|
[node name="SwipeArrow" parent="." instance=ExtResource("3_smdjm")]
|
2023-10-14 01:43:16 -07:00
|
|
|
material = SubResource("ShaderMaterial_qipny")
|
2023-10-08 20:10:30 -07:00
|
|
|
layout_mode = 0
|
2023-10-14 01:43:16 -07:00
|
|
|
offset_top = -44.0
|
|
|
|
|
offset_right = 138.0
|
|
|
|
|
offset_bottom = 724.0
|