Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Saludame.activity/character.py
diff options
context:
space:
mode:
Diffstat (limited to 'Saludame.activity/character.py')
-rwxr-xr-xSaludame.activity/character.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/Saludame.activity/character.py b/Saludame.activity/character.py
index 40f0e71..0f86f53 100755
--- a/Saludame.activity/character.py
+++ b/Saludame.activity/character.py
@@ -69,18 +69,6 @@ class Character:
self.clothes = 'school'
self.current_place = 'schoolyard'
self.mappings = DEFAULT_MAPPINGS.copy()
-
-class Environment:
-
- def __init__(self, background_path, background_music):
- self.background_path = background_path
- self.background_music = background_music
-
- def get_background_path(self):
- return self.background_path
-
- def get_background_music(self):
- return self.background_music
class Place: