remove player script
This commit is contained in:
parent
298298359b
commit
0d2b9cb67f
@ -1,14 +0,0 @@
|
||||
extends Node
|
||||
|
||||
|
||||
var player: Dictionary
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_set_player(player_info: Dictionary) -> void:
|
||||
player["name"] = player_info["name"]
|
||||
player["rut"] = player_info["rut"]
|
||||
player["email"] = player_info["email"]
|
Loading…
Reference in New Issue
Block a user