Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 20, 2023
1 parent 6afcdfb commit 28b2861
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 - 96, 0)
self.tile_grid.rect.topright = (self.width - 128, 0)

# Handle Events

Expand Down

0 comments on commit 28b2861

Please sign in to comment.