Ajoute Instrument + jouer melodie
This commit is contained in:
parent
5b26e074e4
commit
4ba84426d6
16 changed files with 207 additions and 29 deletions
9
Instrument/Percusson.gd
Normal file
9
Instrument/Percusson.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends Instrument
|
||||
class_name Percussion
|
||||
|
||||
|
||||
func _init(nom : String) -> void:
|
||||
super(nom)
|
||||
|
||||
func frapper() -> void:
|
||||
print("On frappe l'instrument %s." % nom)
|
Loading…
Add table
Add a link
Reference in a new issue