remove player script

This commit is contained in:
Chris Cromer 2022-07-08 00:56:45 -04:00 committed by Gitea
parent 298298359b
commit 0d2b9cb67f
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"]