piano.tscn 525 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=2 format=3 uid="uid://dctcehelc4sv0"]
  2. [ext_resource type="Script" path="res://piano.gd" id="1"]
  3. [node name="Piano" type="ColorRect"]
  4. anchors_preset = 15
  5. anchor_right = 1.0
  6. anchor_bottom = 1.0
  7. color = Color(0, 0, 0, 1)
  8. script = ExtResource("1")
  9. [node name="WhiteKeys" type="HBoxContainer" parent="."]
  10. layout_mode = 0
  11. anchor_right = 1.0
  12. anchor_bottom = 1.0
  13. mouse_filter = 2
  14. [node name="BlackKeys" type="HBoxContainer" parent="."]
  15. layout_mode = 0
  16. anchor_right = 1.0
  17. anchor_bottom = 0.6
  18. mouse_filter = 2