test
This commit is contained in:
parent
b6dac34e87
commit
b9f720e0c7
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,6 +56,8 @@ coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
.idea
|
||||
.idea/*
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
@ -1,4 +1,5 @@
|
||||
import pygame
|
||||
|
||||
from src.components.GridBoard import GridBoard
|
||||
from src.components.Waiter import Waiter
|
||||
|
||||
@ -15,7 +16,7 @@ gridBoard = GridBoard(ScreenWidth, ScreenHeight, CellSize)
|
||||
|
||||
#initialize waiter component
|
||||
waiter = Waiter(1, 1, 0, GridCountX - 1, 0, GridCountY - 1, CellSize)
|
||||
|
||||
#
|
||||
#loop
|
||||
doRepaint = True
|
||||
running = True
|
||||
|
Loading…
Reference in New Issue
Block a user