Skip to content

Commit 027178b

Browse files
committed
FIx missing grass in sword level
1 parent bbbd881 commit 027178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/levels.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const levelGroups = [
8989
allowedBlocks: ['go_forward', 'pick', 'hit', 'kiss'],
9090
environment: {
9191
startRowIndex: 0,
92-
segments: [['sword', 'grass', 'thicket', 'grass', 'frog']],
92+
segments: [['grass', 'sword', 'grass', 'thicket', 'grass', 'frog']],
9393
},
9494
},
9595
{

0 commit comments

Comments
 (0)