Hi, I have a logic for saving the coordinates of the character, when I load the save, then everything is fine. But I need to press the button *new game * the character spawned at zero coordinates!
how make spawn point?
- Edited
var spawwn_pos = Vec3(2,2,2)
func _ready():
character.position = spawwn_pos