Skip to content

Commit

Permalink
add back fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
DaNubCoding committed Nov 10, 2024
1 parent ed01fd0 commit 7a7df77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def update_position(self) -> None:
self.can_move = self.frame_group != self.assets.player_dig and not self.digging

def add_snowball(self, size: int) -> None:
size = 2
self.snowball_queue.append(size)
self.dig_progress.snowballs_displays.append(self.dig_progress.SnowballDisplay(self.scene, self, size))

Expand Down

0 comments on commit 7a7df77

Please sign in to comment.