Update imageobj for tests
This commit is contained in:
@@ -293,7 +293,7 @@ class GOIMAGE(GameObject):
|
||||
super().__init__(name, surface, mainscreensize, posx_init, posy_init, move_speed, is_player, is_rect, color, rect_size, image)
|
||||
|
||||
self.__image = pygame.image.load(image).convert()
|
||||
self.__image = pygame.transform.scale(self.__image, (20, 20))
|
||||
#self.__image = pygame.transform.scale(self.__image, (20, 20)) Scale the selected image
|
||||
|
||||
def move(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user