Game fps goes very low after loading saved game

I

icecreamz

Guest
In load i have: if file_exists("save01") { game_load("save01")} else { show_message("This file does not exist.")};
and in save: game_save("save01");
 
J

jr carey

Guest
that happens because it has to open and close the tiles, and if they don't exists it has to make the files, its normal for that to happen
 
Top