mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Fix challenge transition text shadow + show high score (#641)
This commit is contained in:

committed by
GitHub

parent
50da5f62f3
commit
6a373125b1
@@ -106,7 +106,7 @@ func handle_challenge_mode_transition() -> void:
|
||||
%ChallengeScoreText/Target.show()
|
||||
%ChallengeCoins2.show()
|
||||
%ChallengeCoins.show()
|
||||
%ChallengeScoreText.text = str(Global.score)
|
||||
%ChallengeScoreText.text = str(int(ChallengeModeHandler.top_challenge_scores[Global.world_num - 1][Global.level_num - 1]))
|
||||
var idx = 0
|
||||
for i in %ChallengeCoins.get_children():
|
||||
if ChallengeModeHandler.is_coin_collected(idx, ChallengeModeHandler.red_coins_collected[Global.world_num - 1][Global.level_num - 1]):
|
||||
|
Reference in New Issue
Block a user