From f314b56da42e1ead200e2373e9b214f77290d03b Mon Sep 17 00:00:00 2001 From: physick Date: Sun, 12 Jul 2026 13:08:33 +0500 Subject: fun popup animation --- src/scenes/scenes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scenes/scenes.h') diff --git a/src/scenes/scenes.h b/src/scenes/scenes.h index d243a6d..37da761 100644 --- a/src/scenes/scenes.h +++ b/src/scenes/scenes.h @@ -16,6 +16,8 @@ typedef struct { /// A generic pointer to whatever data the scene needs. You will have to /// cast it yourself void *data; + // Set this to true if the previous scene should be rendered + bool IsTransparent; } Scene; bool InitSceneStack(); -- cgit v1.3