Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3691634fb3 | |||
ac61d57af1 | |||
69f1936be9 |
@ -1,5 +1,5 @@
|
||||
import random
|
||||
from Main.constants import *
|
||||
from constants import *
|
||||
|
||||
board = []
|
||||
|
@ -1,5 +1,6 @@
|
||||
#constants
|
||||
|
||||
|
||||
# display size in pixels
|
||||
DISPLAY_SIZE_HORIZONTAL = 600
|
||||
DISPLAY_SIZE_VERTICAL = 600
|
@ -1,9 +1,8 @@
|
||||
import pygame
|
||||
# wersja 1.05
|
||||
from constants import *
|
||||
|
||||
from Main import Board
|
||||
from Main.constants import *
|
||||
import Board
|
||||
from constants import *
|
||||
|
||||
pygame.init()
|
||||
|
Loading…
Reference in New Issue
Block a user