1234567891011121314151617181920212223 |
- [gd_scene load_steps=2 format=3 uid="uid://dctcehelc4sv0"]
- [ext_resource type="Script" path="res://piano.gd" id="1"]
- [node name="Piano" type="ColorRect"]
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- color = Color(0, 0, 0, 1)
- script = ExtResource("1")
- [node name="WhiteKeys" type="HBoxContainer" parent="."]
- layout_mode = 0
- anchor_right = 1.0
- anchor_bottom = 1.0
- mouse_filter = 2
- [node name="BlackKeys" type="HBoxContainer" parent="."]
- layout_mode = 0
- anchor_right = 1.0
- anchor_bottom = 0.6
- mouse_filter = 2
|