Added requirements file

main
Yan Wittmann 2023-03-25 16:28:54 +01:00
parent 61ddaae9a4
commit 185c5c4b37
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import random import random
import pygame import pygame
from pygame.font import Font from pygame.font import Font
from level.LevelManager import LevelManager from level.LevelManager import LevelManager
from sprite.DynamicSprite import DynamicSprite from sprite.DynamicSprite import DynamicSprite
@ -12,7 +12,6 @@ from sprite.Sprite import Sprite
from sprite.StaticSprite import StaticSprite from sprite.StaticSprite import StaticSprite
from ui_elements.TextLabel import TextLabel from ui_elements.TextLabel import TextLabel
what_to_run = 'textlabel' what_to_run = 'textlabel'
if what_to_run == 'level': if what_to_run == 'level':

View File

@ -0,0 +1 @@
pygame==2.3.0