import
This commit is contained in:
parent
642132e0f4
commit
c22de8aaac
2
regal.py
2
regal.py
@ -1,5 +1,4 @@
|
||||
import pygame
|
||||
from ekran import screen
|
||||
|
||||
|
||||
def obliczPixeleNaPodstawieKratek(wymiar): #Przeliczanie współrzędnych podanych w kratkach na pixele
|
||||
@ -21,6 +20,7 @@ def obliczPixeleDlugosciRegalu(self): #Przeliczanie dlugości regału podanego
|
||||
|
||||
class Regal:
|
||||
def __init__(self, numerRegalu, dlugoscRegaluWKratkach, numerWiersza, numerKolumny):
|
||||
from ekran import screen
|
||||
self.numerRegalu = numerRegalu
|
||||
self.wysokoscRegalu = 64
|
||||
self.dlugoscRegaluWKratkach = dlugoscRegaluWKratkach
|
||||
|
Loading…
Reference in New Issue
Block a user