added labels to ui

This commit is contained in:
2023-12-13 18:05:01 +01:00
parent edba68bbe2
commit f69f5d0e5f
12 changed files with 103 additions and 21 deletions

View File

@ -3,7 +3,7 @@ from typing import Any
import pygame
from Classes.System.InputHandler import InputHandler
from Classes.System.Components.InputHandler import InputHandler
class MonsterCard(pygame.sprite.Sprite):
__attacks = []