added mouse dragging to cards
This commit is contained in:
@ -49,5 +49,5 @@ class World():
|
||||
def getCardWidth(self) -> int:
|
||||
return self.__cardWidth
|
||||
|
||||
def getCardHeifht(self) -> int:
|
||||
def getCardHeight(self) -> int:
|
||||
return self.__cardHeight
|
Reference in New Issue
Block a user