Builded prototype of labels class

This commit is contained in:
2024-02-09 21:39:35 +01:00
parent 907da56d23
commit 187803d3f7
3 changed files with 39 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import pygame_menu
import random as rand
import modules.User as User
import modules.Game_new as Game
import modules.Labels as Label
from modules.GameObject import *
pygame.init()