Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/levels.c
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-06 19:11:57 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-06 19:11:57 +0100
commita850558b08ec870a3ed17970f76f3fbd5856c176 (patch)
treee12ef50854ed4847e22eda98a1b19a5b4a6cbece /src/levels.c
parent7064baa135947cb0321db111ad510ba832966d68 (diff)
downloadldjam57-a850558b08ec870a3ed17970f76f3fbd5856c176.tar
only show items with hover when they are available
Diffstat (limited to 'src/levels.c')
-rw-r--r--src/levels.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/levels.c b/src/levels.c
index e6f4d3a..21c3503 100644
--- a/src/levels.c
+++ b/src/levels.c
@@ -30,10 +30,6 @@ static Level levels[] = {
.goaly = 7,
.placeableCells = {
RED,
- BLACK,
- YELLOW,
- RED_DOWN,
- RED_LEFT,
},
},
{
@@ -59,7 +55,7 @@ static Level levels[] = {
.goaly = 10,
.placeableCells = {
BLACK,
- RED_DOWN
+ RED,
},
},
};