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

46 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-10-08 20:10:30 -07:00
[gd_scene load_steps=8 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-09 01:22:41 -07:00
[ext_resource type="PackedScene" uid="uid://jn0eb8txbjro" path="res://Things/TunnelObjects/Notes/SwipeArrow.tscn" id="3_b1dle"]
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-10-08 20:10:30 -07:00
[ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="5_dafyh"]
2023-09-29 17:48:09 -07:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ub4cc"]
2023-10-09 01:22:41 -07:00
resource_local_to_scene = true
2023-10-08 15:19:27 -07:00
shader = ExtResource("3_de2t7")
shader_parameter/isCwShape = true
2023-10-09 01:22:41 -07:00
shader_parameter/TileMult = 6.0
shader_parameter/scrollMultiplier = 2.0
2023-10-08 15:19:27 -07:00
shader_parameter/arrow = ExtResource("4_v0t51")
2023-10-08 20:10:30 -07:00
shader_parameter/mask = ExtResource("5_dafyh")
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
2023-10-09 01:22:41 -07:00
offset_right = 120.0
2023-09-29 17:48:09 -07:00
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-09 01:22:41 -07:00
[node name="SwipeArrow" parent="." instance=ExtResource("3_b1dle")]
material = SubResource("ShaderMaterial_ub4cc")
2023-10-08 15:19:27 -07:00
layout_mode = 0
2023-10-09 02:26:44 -07:00
offset_top = -35.0
offset_bottom = 733.0