Comments on: Pygame surface creation https://coderslegacy.com/python/pygame-surface/ Imparting knowledge to the Future Wed, 01 Jun 2022 02:01:12 +0000 hourly 1 By: del https://coderslegacy.com/python/pygame-surface/#comment-1304 Wed, 01 Jun 2022 02:01:12 +0000 https://coderslegacy.com/?page_id=2764#comment-1304 You call these operations like .blit .fill functions when they are methods. An Class object has methods not functions. it is confusing and incorrect to call them functions as it implies that we are not working with objects, i think you should edit this article.

]]>
By: Melvin Narayan https://coderslegacy.com/python/pygame-surface/#comment-983 Mon, 27 Sep 2021 14:55:38 +0000 https://coderslegacy.com/?page_id=2764#comment-983 Great tutorial, will likely come back to this while I continue to learn and try to build my own stuff. Thank you!

]]>