File size: 96 Bytes
333317a |
1 2 3 4 5 6 7 8 |
extends Node
var main : Node3D
func respawn(player : Player):
main.set_player_spawn(player)
|
333317a |
1 2 3 4 5 6 7 8 |
extends Node
var main : Node3D
func respawn(player : Player):
main.set_player_spawn(player)
|