Usuń 'Bee.py'
This commit is contained in:
parent
078ce5ac80
commit
18bcbb2934
29
Bee.py
29
Bee.py
@ -1,29 +0,0 @@
|
|||||||
import pygame
|
|
||||||
import Flower
|
|
||||||
class Bee:
|
|
||||||
# typeOfBee = None
|
|
||||||
# genotype = None
|
|
||||||
# favFloweColor = None
|
|
||||||
# biome = None
|
|
||||||
# product = None
|
|
||||||
|
|
||||||
def __init__(self, typeOfBee, genotype, biome, product, favFlowerColor = Flower.Flower.color):
|
|
||||||
# self.x = 64
|
|
||||||
# self.y = 64
|
|
||||||
# self.xChange = 0
|
|
||||||
# self.yChange = 0
|
|
||||||
# self.height = 64
|
|
||||||
# self.width = 64
|
|
||||||
# self.beeImg = pygame.image.load("spritesNtiles/bee64.png")
|
|
||||||
|
|
||||||
self.typeOfBee = typeOfBee
|
|
||||||
self.genotype = genotype
|
|
||||||
self.favFlowerColor = favFlowerColor
|
|
||||||
self.biome = biome
|
|
||||||
self.product = product
|
|
||||||
self.amountOfPollinatedFlowers = 0
|
|
||||||
self.favFlowerColor = favFlowerColor
|
|
||||||
self.amountOfPollinatedFlowers = 0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user