Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3691634fb3 | |||
ac61d57af1 | |||
69f1936be9 |
@ -1,5 +1,5 @@
|
|||||||
import random
|
import random
|
||||||
from Main.constants import *
|
from constants import *
|
||||||
|
|
||||||
board = []
|
board = []
|
||||||
|
|
@ -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
|
@ -1,9 +1,8 @@
|
|||||||
import pygame
|
import pygame
|
||||||
# wersja 1.05
|
# wersja 1.05
|
||||||
from constants import *
|
|
||||||
|
|
||||||
from Main import Board
|
import Board
|
||||||
from Main.constants import *
|
from constants import *
|
||||||
|
|
||||||
pygame.init()
|
pygame.init()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user