Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/states/Area1Game3.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/states/Area1Game3.py b/src/states/Area1Game3.py
index be4daa0..7d6ff64 100755
--- a/src/states/Area1Game3.py
+++ b/src/states/Area1Game3.py
@@ -20,6 +20,7 @@ from api.Label import CLabel
from gettext import gettext as _
+# insert path to import area1game3_data
import sys
sys.path.insert(0, 'assets/data')
@@ -167,4 +168,4 @@ class CArea1Game3(CGameState):
self.mButtonTrue = None
self.mButtonFalse = None
self.mButtonBack = None
- \ No newline at end of file
+