mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
block bouncing a mushroom, now changes its direction, if at an edge.
This commit is contained in:
@@ -337,6 +337,10 @@ func check_for_medal_achievement() -> void:
|
||||
has_silver_levels_any = false
|
||||
if best_level_any_times[i] > LEVEL_GOLD_ANY_TIMES[Global.current_campaign][i] * MEDAL_CONVERSIONS[0]:
|
||||
has_bronze_levels_any = false
|
||||
else:
|
||||
has_gold_levels_any = false
|
||||
has_silver_levels_any = false
|
||||
has_bronze_levels_any = false
|
||||
|
||||
var world := 0
|
||||
for i in best_level_warpless_times:
|
||||
|
Reference in New Issue
Block a user