code-game-jam-drop-plafond-.../Instrument/Tambour.gd

9 lines
142 B
GDScript3
Raw Normal View History

2025-01-24 14:27:04 +01:00
extends Percussion
func _init() -> void:
super("Tambour")
func faire_roulement() -> void:
print("Le tambour fait un roulement.")
jouer()