Skip to content

Commit 00b9ed7

Browse files
committed
Minor artwork update
1 parent c2f2bd4 commit 00b9ed7

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

_config.yml

-1
This file was deleted.

artwork/sprite/coin20.png

-3 Bytes
Loading

artwork/sprite/coin21.png

0 Bytes
Loading

artwork/sprite/coin22.png

-3 Bytes
Loading

artwork/sprite/coin23.png

-1 Bytes
Loading

launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def animate_rolling_coins(out_of_time=False):
777777
co_x, co_y, co_rot, co_dir, co_ladder, co_type, co_awarded = coin
778778
if co_awarded:
779779
place, place_text = get_prize_placing(co_awarded)
780-
write_text(f"YOU GOT {place_text} !", x=108, y=37, fg=WHITE, bg=MAGENTA, bubble=True)
780+
write_text(f"YOU WON {place_text} PRIZE!", x=108, y=37, fg=WHITE, bg=MAGENTA, bubble=True)
781781
_g.awarded = co_awarded
782782
_g.lastaward = _g.timer.duration
783783

0 commit comments

Comments
 (0)