moved card placing and keeping of cards to world class
This commit is contained in:
@ -12,7 +12,7 @@ class TrapCard(pygame.sprite.Sprite):
|
||||
__dragging:bool = False
|
||||
__offset:pygame.Vector2 = pygame.Vector2(0,0)
|
||||
__inputHandler: InputHandler
|
||||
__type:str = "SpellCard"
|
||||
__type:str = "TrapCard"
|
||||
image:pygame.image
|
||||
rect:pygame.rect
|
||||
|
||||
|
Reference in New Issue
Block a user