Refactor interactions, introduce template-method lifecycle management, work on save-load system #51

Merged
tschesky merged 14 commits from work_on_interactions_rebased into main 2025-11-07 15:38:32 +00:00
108 changed files with 14958 additions and 4338 deletions
Showing only changes of commit 73f9d0397f - Show all commits

View File

@@ -172,6 +172,7 @@ namespace Levels
_onRestart?.Invoke();
if (popupConfirmMenu) popupConfirmMenu.SetActive(false);
if (tintTargetImage) tintTargetImage.color = _originalTintColor;
Destroy(gameObject);
}
private void OnScrollToMinigameClicked()