added mouse dragging to cards

This commit is contained in:
2023-12-12 18:29:40 +01:00
parent 8c544556ed
commit a25f4c3eba
10 changed files with 64 additions and 24 deletions

View File

@ -49,5 +49,5 @@ class World():
def getCardWidth(self) -> int:
return self.__cardWidth
def getCardHeifht(self) -> int:
def getCardHeight(self) -> int:
return self.__cardHeight