Topic was automatically imported from the old Question2Answer platform.
Asked By
ispilantebrusli
Hi, i have a Save/Load menu, when i load the player’s stats from file i want to emit a signal to the player script to update his stats. The problem is in title.
extends Node
var SceneSaver
var PlayerPosition
var player_position_loaded
var max_health_loaded
var health_loaded
func _process(_delta):
SceneSaver = get_tree().current_scene.filename