remove player script

This commit is contained in:
Chris Cromer 2022-07-08 00:56:45 -04:00
parent 8613d65578
commit 30d4abce8b
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 0 additions and 14 deletions

View File

@ -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"]