mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
23 lines
550 B
Plaintext
23 lines
550 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://2l74dgjqkaw6"]
|
|
|
|
[ext_resource type="Script" uid="uid://ciaayhf3a3ilc" 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
|