I have 6 .PNG files. I want to use these to form a cube. This cube would then be set as the background for my pygame screen. Has pygame got an in-built system to cater to this, or must I use other modules (if so, please specify)?
Asked
Active
Viewed 70 times
1
-
1pygame is low level, so no, there is no built-in system for somehing like this – Valentino Nov 24 '19 at 14:19