piano.tscn 604 B

12345678910111213141516171819202122232425262728
  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. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. color = Color(0, 0, 0, 1)
  7. script = ExtResource( "1" )
  8. __meta__ = {
  9. "_edit_use_anchors_": false
  10. }
  11. [node name="WhiteKeys" type="HBoxContainer" parent="."]
  12. anchor_right = 1.0
  13. anchor_bottom = 1.0
  14. mouse_filter = 2
  15. __meta__ = {
  16. "_edit_use_anchors_": false
  17. }
  18. [node name="BlackKeys" type="HBoxContainer" parent="."]
  19. anchor_right = 1.0
  20. anchor_bottom = 0.6
  21. mouse_filter = 2
  22. __meta__ = {
  23. "_edit_use_anchors_": false
  24. }