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

26 lines
819 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://dp2rjmu8wptsn"]
2025-07-25 14:23:37 -07:00
[ext_resource type="Script" uid="uid://6jle6dvmeoe8" path="res://Scripts/Things/TunnelObjects/THNoteHold.cs" id="1_kd6u4"]
[ext_resource type="Texture2D" uid="uid://xmb5ybj1oor4" path="res://_Assets/Textures/Notes/Hold.png" id="2_ovp6m"]
2023-09-29 18:05:20 -07:00
[node name="NoteHold" type="Control" node_paths=PackedStringArray("noteBase")]
layout_mode = 3
anchors_preset = 0
offset_right = 200.0
offset_bottom = 24.0
script = ExtResource("1_kd6u4")
2023-09-29 18:05:20 -07:00
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 = -44.0
offset_bottom = -24.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_ovp6m")
patch_margin_left = 12
patch_margin_right = 12