Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Julioevm/coten
Browse files Browse the repository at this point in the history
  • Loading branch information
Julioevm committed Mar 7, 2024
2 parents a9f840e + 3d023c2 commit 7e87c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main() -> None:
# This tries to open the file bundled in the executable or the current directory
try:
tileset = tcod.tileset.load_tilesheet(
os.path.join(os.path.dirname(sys.argv[0]), "assets/Alloy_curses_12x12.png"),
os.path.join(os.path.dirname(__file__), "assets/Alloy_curses_12x12.png"),
16,
16,
tcod.tileset.CHARMAP_CP437,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tcod>=16.2.1
numpy>=1.26.2
nuitka>=1.9.7
nuitka>=2.0.2

0 comments on commit 7e87c8a

Please sign in to comment.