This commit is contained in:
Łukasz 2021-03-17 14:37:59 +01:00
parent 69f1936be9
commit ac61d57af1
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
import random
from Main.constants import *
from constants import *
board = []

View File

@ -1,5 +1,6 @@
#constants
# display size in pixels
DISPLAY_SIZE_HORIZONTAL = 600
DISPLAY_SIZE_VERTICAL = 600

View File

@ -1,12 +1,9 @@
import pygame
# wersja 1.05
import Board
from constants import *
from Main import Board
from Main.constants import *
#TEST GITA
pygame.init()
# display size in pixels