Added requirements file
parent
61ddaae9a4
commit
185c5c4b37
|
@ -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