Added requirements file
parent
61ddaae9a4
commit
185c5c4b37
|
@ -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':
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pygame==2.3.0
|
Loading…
Reference in New Issue