mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Fixed a weird bug with checkpoints in the level editor + some tile fixes too
This commit is contained in:
@@ -351,6 +351,7 @@ func save_level() -> void:
|
||||
$LevelSaver.write_file(level_file, file_name)
|
||||
%SaveDialog.text = str("'") + file_name + "'" + " Saved."
|
||||
%SaveAnimation.play("Show")
|
||||
current_state = EditorState.TILE_MENU
|
||||
level_saved.emit()
|
||||
|
||||
func close_save_menu() -> void:
|
||||
|
Reference in New Issue
Block a user