From 9b545255d4496903455c5dd49042c87e1a1f7af4 Mon Sep 17 00:00:00 2001 From: physick Date: Mon, 31 Aug 2026 21:17:22 +0500 Subject: scroll in the puzzle selection scene --- src/scenes/scenes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scenes/scenes.h') diff --git a/src/scenes/scenes.h b/src/scenes/scenes.h index d705feb..f4ba579 100644 --- a/src/scenes/scenes.h +++ b/src/scenes/scenes.h @@ -40,10 +40,11 @@ bool UpdateScene(); Scene *CreateMainMenu(); Scene *CreatePuzzleScene(Puzzle *puzzle); +/// Expects a callback to add time (second argument = amount of seconds) to the scene. Scene *CreateDistractionScene(DistractionPuzzle *puzzle, void (*addTime)(Scene *, size_t)); Scene *CreateResultView(SubmitionResult *result); -Scene *CreatePuzzleCollectionScene(CollectionElement *el); +Scene *CreatePuzzleCollectionScene(CollectionElement *el, bool smooothEntry); Scene *CreatePuzzlePreview(Puzzle *puzzle); #endif // SCENES_H -- cgit v1.3