Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 21, 2023
1 parent 709687c commit d815b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/scenes/default/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def update(
events: list[Event],
) -> None:
super().update(clock, delta, events)
self.tile_grid.rect.topright = (self.width - 128, 0)
# self.tile_grid.rect.topright = (self.width - 128, 0)

# Handle Events

Expand Down

0 comments on commit d815b80

Please sign in to comment.