simplification structure

This commit is contained in:
Elouan 2025-01-24 14:42:27 +01:00
parent 5ee577d733
commit 8abfc2f900
12 changed files with 104 additions and 42 deletions

View file

@ -1,8 +1,5 @@
extends Percussion
class_name Tambour
func _init() -> void:
super("Tambour")
func faire_roulement() -> void:
print("Le tambour fait un roulement.")
jouer()