Skip to content
Snippets Groups Projects
Commit 65792b20 authored by KALCK DAMIEN's avatar KALCK DAMIEN
Browse files

Merge branch 'main' of git.unistra.fr:l.duchmann/climate-simulator-global-organization

parents 9ea086c0 cee6ee38
No related merge requests found
...@@ -242,4 +242,6 @@ class Pesticide(Champs): ...@@ -242,4 +242,6 @@ class Pesticide(Champs):
#TODO : class Bussion, #TODO : class Bussion,
typePlantation = [Houblon,Ble,Malt,Chanvre,OrgeHiver,OrgePrintemps,Seigle,Pesticide] typePlantation = [Houblon,Ble,Malt,Chanvre,OrgeHiver,OrgePrintemps,Seigle,Pesticide]
\ No newline at end of file
\ No newline at end of file
...@@ -307,4 +307,3 @@ class Game: ...@@ -307,4 +307,3 @@ class Game:
def AideEtat(self): def AideEtat(self):
self.moneyDefile(5000) self.moneyDefile(5000)
...@@ -145,4 +145,4 @@ class Torche (Infrastructure): ...@@ -145,4 +145,4 @@ class Torche (Infrastructure):
self.zoneafecte = None self.zoneafecte = None
#self.imagebat = pygame.transform.scale(pygame.image.load('../assets/torche.png'),(120,120)) #self.imagebat = pygame.transform.scale(pygame.image.load('../assets/torche.png'),(120,120))
typeBatiment = [Puit,ReservoirEau,Irrigation,IrrigationGoutte,Serre,Torche] typeBatiment = [Puit,ReservoirEau,Irrigation,IrrigationGoutte,Serre,Torche]
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment