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

8 lines
149 B
GDScript

extends Instrument
class_name Corde
func _init(nom : String) -> void:
super(nom)
func pincer() -> void:
print("On pince l'instrument %s." % nom)