Zaktualizuj 'plant.py'
zmiana metody get_coordinates
This commit is contained in:
parent
b1b3d505ff
commit
15ebaf6423
15
plant.py
15
plant.py
@ -22,15 +22,11 @@ class Plant:
|
|||||||
def collect(self):
|
def collect(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
##to niepotrzebne, bo współrzedne beda w glebie
|
#pobieramy współrzędne roślinki
|
||||||
##nadajemy współrzędne roślince
|
def get_coordinates(self):
|
||||||
##def add_coordinates(self, x, y):
|
if self.have_soil():
|
||||||
## self._x = x
|
a = self.get_soil()
|
||||||
## self._y = y
|
a.get_coordinates(self) #get coordinates bedzie metodą w glebie
|
||||||
|
|
||||||
##pobieramy współrzędne roślinki
|
|
||||||
##def get_coordinates(self):
|
|
||||||
## return self._x, self._y
|
|
||||||
|
|
||||||
#pobieramy id roślinki
|
#pobieramy id roślinki
|
||||||
def get_id(self):
|
def get_id(self):
|
||||||
@ -58,4 +54,3 @@ class Plant:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user