#11 installation d'une ui simpliste
This commit is contained in:
7
gui/scripts/root_gui.gd
Normal file
7
gui/scripts/root_gui.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Control
|
||||
class_name RootGui
|
||||
|
||||
signal player_stats_updated(player : Player)
|
||||
|
||||
func _on_player_player_stats_updated(player:Player):
|
||||
emit_signal("player_stats_updated", player)
|
||||
1
gui/scripts/root_gui.gd.uid
Normal file
1
gui/scripts/root_gui.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cqao7n800qy40
|
||||
Reference in New Issue
Block a user