Skip to content

Commit

Permalink
Ubuntu 22.04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MathNodes committed Sep 10, 2022
1 parent 27b2ed4 commit 10f6a6b
Show file tree
Hide file tree
Showing 13 changed files with 4,543 additions and 152 deletions.
Binary file added src/.DS_Store
Binary file not shown.
Binary file added src/._.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/awoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self):
self._script_dir = os.path.dirname(__file__)

# The path to the Global World Object Data file.
self._relative_GWOD_path = 'data/world.json'
self._relative_GWOD_path = 'datum/world.json'

# Building GWOD full relative path.
self._GWOD_path = self.resource_path(self._relative_GWOD_path)
Expand Down
Loading

0 comments on commit 10f6a6b

Please sign in to comment.