Files

28 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-10-09 01:22:41 -07:00
[gd_scene load_steps=7 format=3 uid="uid://jn0eb8txbjro"]
2023-10-08 20:10:30 -07:00
[ext_resource type="Shader" uid="uid://dm5rgp78v61ha" path="res://Shaders/SwipeArrow.tres" id="1_3a7c4"]
[ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="2_nviet"]
[ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="3_qcc22"]
2025-07-25 14:23:37 -07:00
[ext_resource type="Script" uid="uid://7o2akyvgxgw6" path="res://Scripts/Things/TunnelObjects/SwipeArrow.cs" id="4_ep8x4"]
2023-10-08 20:10:30 -07:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_hasp1"]
2023-10-09 01:22:41 -07:00
resource_local_to_scene = true
2023-10-08 20:10:30 -07:00
shader = ExtResource("1_3a7c4")
2025-07-25 14:23:37 -07:00
shader_parameter/isCw = false
2023-10-09 01:22:41 -07:00
shader_parameter/TileMult = 6.0
2023-10-08 20:10:30 -07:00
shader_parameter/scrollMultiplier = 2.0
shader_parameter/arrow = ExtResource("2_nviet")
shader_parameter/mask = ExtResource("3_qcc22")
[sub_resource type="GradientTexture1D" id="GradientTexture1D_afqg4"]
width = 1
2023-10-09 01:22:41 -07:00
[node name="SwipeArrow" type="TextureRect"]
2023-10-08 20:10:30 -07:00
material = SubResource("ShaderMaterial_hasp1")
2023-10-09 02:26:44 -07:00
offset_top = -30.0
offset_right = 125.0
offset_bottom = 738.0
2023-10-08 20:10:30 -07:00
rotation = -1.5708
texture = SubResource("GradientTexture1D_afqg4")
2023-10-09 01:22:41 -07:00
script = ExtResource("4_ep8x4")