Skip to content

Commit

Permalink
squid down left
Browse files Browse the repository at this point in the history
  • Loading branch information
jmort1021 committed Feb 26, 2025
1 parent e4c5261 commit 25dd092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/adventureGame/GameLevelWater.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GameLevelWater {
pixels: {height: 250, width: 167},
orientation: {rows: 3, columns: 2 },
down: {row: 0, start: 0, columns: 2 },
downLeft: {row: 0, start: 0, columns: 2, rotate: Math.Pi/16 }, // mirror is used to flip the sprite
downLeft: {row: 0, start: 0, columns: 2, mirror: true, rotate: Math.Pi/16 }, // mirror is used to flip the sprite
downRight: {row: 0, start: 0, columns: 2, rotate: -Math.Pi/16 },
left: {row: 1, start: 0, columns: 2, mirror: true }, // mirror is used to flip the sprite
right: {row: 1, start: 0, columns: 2 },
Expand Down

0 comments on commit 25dd092

Please # to comment.