I have install in my android phone my project but i create here the file:
var savegame = File.new() #file
var savepath = "res://savegame.save" #place of the file
var savedata = {"highscore": 0} #variable to store data
res:// path doesn't work with android?
Anybody can solve that, for create a new file?
in my assets can locate savegame.save file too
thanks a lot