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

9 lines
149 B
GDScript3
Raw Normal View History

2025-01-24 13:57:08 +01:00
extends Instrument
class_name Corde
func _init(nom : String) -> void:
super(nom)
func pincer() -> void:
print("On pince l'instrument %s." % nom)