#13 inventaire fonctionnel

This commit is contained in:
Altaezio
2025-08-03 19:38:46 +02:00
parent 06519e9c7a
commit e76e51b4e2
20 changed files with 130 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
extends Control
class_name RootGui
signal player_stats_updated(player : Player)
signal player_updated(player: Player)
func _on_player_player_stats_updated(player:Player):
emit_signal("player_stats_updated", player)
func _on_player_player_updated(player: Player):
emit_signal("player_updated", player)