From 3ad8aa9e66f7e159b175a9a52e5ad00bbfd90734 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 20 May 2024 20:30:41 +0200 Subject: Add collectibles Exit now only works after collecting everything. I don't really like my current solution, but it works for now. --- include/so_long.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/so_long.h b/include/so_long.h index b0332d0..6f3800d 100644 --- a/include/so_long.h +++ b/include/so_long.h @@ -6,7 +6,7 @@ /* By: dkaiser