Skip to content

Commit

Permalink
Add icon for bansoko; Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Furtak <[email protected]>
  • Loading branch information
kfurtak1024 committed Nov 4, 2020
1 parent 56ff1c3 commit 1b40c1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 13 additions & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions bansoko/game/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ def _load_profile_file(profile_file_path: Path, bundle: Bundle) -> PlayerProfile
return PlayerProfile(profile_file_path, file_offset, last_unlocked_level, levels_scores)


# TODO: Test it on Linux!


def _write_int(file: BinaryIO, value: int) -> None:
file.write(value.to_bytes(INT_SIZE_IN_BYTES, byteorder="big"))

Expand Down
Binary file added resources/bansoko.ico
Binary file not shown.

0 comments on commit 1b40c1d

Please sign in to comment.