Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/game.py b/game.py
index 1855f65..27c79ac 100644
--- a/game.py
+++ b/game.py
@@ -7,7 +7,9 @@ class AntFarm(glucosa.GameArea):
def __init__(self):
glucosa.GameArea.__init__(self)
-
+
+ self.backgroud = glucosa.Image('images/backgroud.png')
+
image = glucosa.Image('images/aceituna.png')
sprite = glucosa.Sprite(image, 100, 100, 18, 18, scale=2)
self.add_sprite(sprite)