added first event functions documented server behaviour for some events

This commit is contained in:
2024-01-05 01:51:06 +01:00
parent 0cd9857795
commit 518804051d
19 changed files with 83 additions and 5 deletions

View File

@ -0,0 +1,14 @@
import json
import pygame
class Card(pygame.sprite.Sprite):
def __init__(self, pos:tuple, assetDir:str):
if assetDir == "":
return ValueError.add_note("Card: imagePath cannot be empty")