Skip to content

Commit

Permalink
Minor artwork update
Browse files Browse the repository at this point in the history
  • Loading branch information
10yard committed May 12, 2021
1 parent c2f2bd4 commit 00b9ed7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

Binary file modified artwork/sprite/coin20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified artwork/sprite/coin21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified artwork/sprite/coin22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified artwork/sprite/coin23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def animate_rolling_coins(out_of_time=False):
co_x, co_y, co_rot, co_dir, co_ladder, co_type, co_awarded = coin
if co_awarded:
place, place_text = get_prize_placing(co_awarded)
write_text(f"YOU GOT {place_text} !", x=108, y=37, fg=WHITE, bg=MAGENTA, bubble=True)
write_text(f"YOU WON {place_text} PRIZE!", x=108, y=37, fg=WHITE, bg=MAGENTA, bubble=True)
_g.awarded = co_awarded
_g.lastaward = _g.timer.duration

Expand Down

0 comments on commit 00b9ed7

Please sign in to comment.