MIDI-Synthesizer/Project/note_placement.tscn
2025-04-15 11:57:16 -07:00

33 lines
948 B
Text

[gd_scene load_steps=5 format=3 uid="uid://bfwenw05iu1vf"]
[ext_resource type="Script" path="res://note_placement.gd" id="1_84t37"]
[ext_resource type="PackedScene" uid="uid://dtxbap5ksyust" path="res://note.tscn" id="3_i2xvg"]
[sub_resource type="Gradient" id="Gradient_etqah"]
[sub_resource type="GradientTexture2D" id="GradientTexture2D_yedsq"]
gradient = SubResource("Gradient_etqah")
width = 100
height = 50
[node name="NotePlacement" type="Control"]
custom_minimum_size = Vector2(25, 50)
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_84t37")
TheTexture = SubResource("GradientTexture2D_yedsq")
Note = ExtResource("3_i2xvg")
[node name="Label" type="Label" parent="."]
z_index = 1
layout_mode = 0
offset_right = 25.0
offset_bottom = 50.0
text = "test"
vertical_alignment = 1
[connection signal="gui_input" from="." to="." method="_on_gui_input"]