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 import random
from Main.constants import * from constants import *
board = [] board = []

View File

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

View File

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