Hey all! I'm creating a pokemon game and it looks like laggy when I'm playing normal speed.
I've been watching other fangames and they seem to have a fluid movement as if they are at 60 fps or something like that. My question is: Is there any way to make the camera looks smooth or fluid?
Thanks
By the way, I have in "main" section 60fps frame rate, but i don't see change:
MAIN
Graphics.transition(0)
Graphics.frame_rate = 60
sscene=PokemonLoadScene.new
sscreen=PokemonLoad.new(sscene)
sscreen.pbStartLoadScreen
Graphics.freeze
I've been watching other fangames and they seem to have a fluid movement as if they are at 60 fps or something like that. My question is: Is there any way to make the camera looks smooth or fluid?
Thanks
By the way, I have in "main" section 60fps frame rate, but i don't see change:
MAIN
Graphics.transition(0)
Graphics.frame_rate = 60
sscene=PokemonLoadScene.new
sscreen=PokemonLoad.new(sscene)
sscreen.pbStartLoadScreen
Graphics.freeze