mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-27 17:59:41 +00:00
couple improvements
This commit is contained in:
@@ -66,6 +66,7 @@ func on_area_entered(area: Area2D) -> void:
|
||||
sublevel_id = Global.level_editor.sub_level_id
|
||||
elif Global.current_game_mode == Global.GameMode.CUSTOM_LEVEL:
|
||||
sublevel_id = Global.current_level.sublevel_id
|
||||
print(sublevel_id)
|
||||
if Settings.file.difficulty.checkpoint_style == 2 and has_meta("is_flag"):
|
||||
if player.power_state.state_name == "Small":
|
||||
player.get_power_up("Big", false)
|
||||
|
||||
Reference in New Issue
Block a user