Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/World.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2009-11-05 04:22:01 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2009-11-05 04:22:01 (GMT)
commit4add86580c9ed00bc2d9df9d5fc3a692dc0fb721 (patch)
tree0ac8cb80d61503f9e528b5fc9b0188226594bd19 /World.py
parente4f285a4f196182b131ce9d74b9ef6ad20908de5 (diff)
agrego control de la lluvia
Diffstat (limited to 'World.py')
-rw-r--r--World.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/World.py b/World.py
index 58c6a3e..603f8a6 100644
--- a/World.py
+++ b/World.py
@@ -35,6 +35,7 @@ class World:
playState = False
state = []
animals = []
+ rain_value = 1
rabbit_data = RabbitData()
fox_data = FoxData()