eforgacs-games / Dragon_Warrior

This is a clone of Dragon Warrior for the Nintendo Entertainment System, done in Python.
5 stars 2 forks source link

FPS drops when leaving town. #4

Closed Kisioj closed 2 years ago

Kisioj commented 2 years ago

image after leaving town , FPS significantly drops. It was 60 in town and 30 outside.

eforgacs commented 2 years ago

Thanks for opening this issue! Yes, that's definitely a challenge I'm working with. I think it has to do with the size of the world map, and all of the tiles being drawn/read into memory, etc. when really it should only be the subset of the tiles that are necessary for the current view. I'm currently in grad school at the moment and this semester has been very busy, but maybe during our summer break I'll get around to fixing this.

eforgacs commented 2 years ago

FPS should be improved now. Thanks for reporting this!