30 lines
1013 B
Plaintext
30 lines
1013 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bcindeb5bakb3"]
|
|
|
|
[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"]
|
|
[ext_resource type="PackedScene" uid="uid://jn0eb8txbjro" path="res://Things/TunnelObjects/Notes/SwipeArrow.tscn" id="3_smdjm"]
|
|
|
|
[node name="NoteSwipeCCW" type="Control" node_paths=PackedStringArray("noteBase")]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 200.0
|
|
offset_bottom = 24.0
|
|
script = ExtResource("1_e4xxi")
|
|
noteBase = NodePath("NinePatchRect")
|
|
|
|
[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_yb0qd")
|
|
patch_margin_left = 12
|
|
patch_margin_right = 12
|
|
|
|
[node name="Control" parent="." instance=ExtResource("3_smdjm")]
|
|
layout_mode = 0
|