renpytom / rapt-pygame-example

Example of using RAPT to package Pygame(_sdl2) games.
231 stars 39 forks source link

slow running #10

Open 65Dummy opened 7 years ago

65Dummy commented 7 years ago

I have made a simple game with sound and it works fine on Samsung galaxy tab, until a background image is added after that it becomes slow and there is huge delay between event and respond. How to deal with this?

amineelmouradi commented 7 years ago

convert_alpha() is the solution maybe?