Skip to content

Commit 8104463

Browse files
committed
Do not flip the Music Note character
1 parent 062abb8 commit 8104463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Worlds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ const worlds: {|
913913
startingX: 1,
914914
startingY: 2,
915915
startingDirection: 2, // East
916-
enableFlipCharacter: true
916+
enableFlipCharacter: false
917917
},
918918
'Savannah': {
919919
background: Savannah,

0 commit comments

Comments
 (0)