code-game-jam-drop-plafond-.../Instrument/Tambour.gd
2025-01-24 13:57:08 +01:00

8 lines
142 B
GDScript

extends Percussion
func _init() -> void:
super("Tambour")
func faire_roulement() -> void:
print("Le tambour fait un roulement.")
jouer()