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

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-09-29 23:49:56 -07:00
[gd_scene load_steps=4 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-09-29 23:49:56 -07:00
[sub_resource type="LabelSettings" id="LabelSettings_1hjvl"]
font_size = 86
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
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 9.0
offset_top = -159.0
offset_right = 421.0
offset_bottom = -48.0
text = "<<<<<<<<<<<<<<<<<<<<<<<<"
label_settings = SubResource("LabelSettings_1hjvl")