Files
WacK/Things/TunnelObjects/Notes/NoteSwipeCW.tscn
T

47 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-10-08 15:24:20 -07:00
[gd_scene load_steps=7 format=3 uid="uid://wk634bobe32k"]
2023-09-29 17:48:09 -07:00
[ext_resource type="Script" path="res://Scripts/Things/TunnelObjects/THNotePlay.cs" id="1_aasqx"]
[ext_resource type="Texture2D" uid="uid://rrwjokjt4jb8" path="res://_Assets/Textures/Notes/SwipeCW.png" id="2_ttxox"]
2023-10-08 15:19:27 -07:00
[ext_resource type="Shader" uid="uid://dm5rgp78v61ha" path="res://Shaders/SwipeArrow.tres" id="3_de2t7"]
[ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_v0t51"]
2023-09-29 17:48:09 -07:00
2023-10-08 15:19:27 -07:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_kk13m"]
shader = ExtResource("3_de2t7")
2023-10-08 19:11:44 -07:00
shader_parameter/Color = Color(1, 0.235294, 0, 1)
2023-10-08 15:19:27 -07:00
shader_parameter/scrollMultiplier = 1.0
shader_parameter/arrow = ExtResource("4_v0t51")
[sub_resource type="GradientTexture1D" id="GradientTexture1D_fa8y1"]
2023-10-08 19:11:44 -07:00
width = 1
2023-10-08 15:19:27 -07:00
2023-09-29 18:05:20 -07:00
[node name="NoteSwipeCW" 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_aasqx")
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
offset_top = -36.0
offset_bottom = -24.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_ttxox")
patch_margin_left = 12
patch_margin_right = 12
2023-09-29 23:49:56 -07:00
2023-10-08 15:19:27 -07:00
[node name="Control" type="TextureRect" parent="."]
material = SubResource("ShaderMaterial_kk13m")
layout_mode = 0
2023-10-08 19:11:44 -07:00
offset_left = 200.0
offset_top = -198.0
offset_right = 351.0
offset_bottom = 2.0
2023-10-08 15:24:20 -07:00
rotation = 1.5708
2023-10-08 15:19:27 -07:00
texture = SubResource("GradientTexture1D_fa8y1")