[pygame] Re: pygame frontend

2020-11-26 Thread Brian Sturk
Moving to pygame 2.0 has improved things somewhat (still tinkering), so thank you! Only issue I've run across in moving to pygame 2.0 is this block of code, which is part of a routine that shows a little square popup when launching an emulator.  The text in 1.9.1 shows up fine, but in 2.0 I j

[pygame] Re: pygame frontend

2020-11-23 Thread Brian Sturk
Hi Michael, Thanks so much for the response, yes I am using 1.9.1.  This is mostly due to still using Python 2.x.  I will look into upgrading and porting to Python 3.x and trying out these suggestions. ~brian On 11/23/2020 12:24 PM, Michael Palmer wrote: I get the feeling you are using an ol