Skip to content

Commit

Permalink
Add background texture (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwheeler authored Dec 26, 2023
1 parent 2be8321 commit 5d1d613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified assets.pyxres
Binary file not shown.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def draw(self):
pyxel.cls(pyxel.COLOR_LIME)
self.game.draw()
if self.game.is_active:
pyxel.bltm(0, 16, 0, 0, 0, 160, 100, pyxel.COLOR_LIME)
pyxel.rect(
x=0,
y=115,
Expand Down

0 comments on commit 5d1d613

Please sign in to comment.