gaudiatech / pyved-engine

cool game engine written in Python<3, built around pygame. Can be used in various projects!
https://kata.games
GNU Lesser General Public License v3.0
61 stars 6 forks source link

Surface->get_rect() is broken #7

Open wkta opened 2 years ago

wkta commented 2 years ago

cannot call get_rect() on pygame.Surface objects

AttributeError: 'Surface' object has no attribute '_w'