Skip to content

Commit

Permalink
New pyboy terms
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Mar 21, 2024
1 parent 9d481cc commit 0168543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pokemonred_puffer/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __init__(self, env_config: pufferlib.namespace):
env_config.gb_path,
debug=False,
no_input=False,
window="headless" if self.headless else "SDL2",
window="null" if self.headless else "SDL2",
log_level="CRITICAL",
symbols=os.path.join(os.path.dirname(__file__), "pokered.sym"),
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ docstring-code-format = false
#
# This only has an effect when the `docstring-code-format` setting is
# enabled.
docstring-code-line-length = "dynamic"
docstring-code-line-length = "dynamic"

0 comments on commit 0168543

Please sign in to comment.