Skip to content

Commit

Permalink
final game
Browse files Browse the repository at this point in the history
  • Loading branch information
maladr0it committed Jan 29, 2024
1 parent a3456d5 commit a356042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const generateLevel = (): Entity[] => {

new CactusWithGun(i(350)),
new CactusWithGun(i(800)),
new CactusWithGun(i(300)),
new CactusWithGun(i(350)),

createReconnectObjective(i(400)),
new Goal(i(800)),
Expand Down

0 comments on commit a356042

Please sign in to comment.