simplyfied y world positioning
This commit is contained in:
@ -33,7 +33,7 @@ class App:
|
||||
# create sprite groups
|
||||
self.cards = pygame.sprite.Group()
|
||||
|
||||
testMonsterCard = MonsterCard(pygame.Vector2(500,500), "Assets/Cards/MonsterCards/testmonstercard/", self.__inputHandler)
|
||||
testMonsterCard = MonsterCard(pygame.Vector2(500, 850), "Assets/Cards/MonsterCards/testmonstercard/", self.__inputHandler)
|
||||
self.cards.add(testMonsterCard)
|
||||
|
||||
while self.__running:
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user