Skip to content

Commit

Permalink
Merge branch 'etternalmemestatus' of https://github.com/etternagame/e…
Browse files Browse the repository at this point in the history
…tterna.git into etternalmemestatus
  • Loading branch information
MinaciousGrace committed Jun 2, 2017
2 parents 2d92eda + 19a7982 commit 39d8fa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Themes/_fallback/Scripts/03 Gameplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@ local CodeDetectorCodes = {
-- group
NextGroup = {
default = "",
dance = "MenuUp,MenuRight,MenuRight",
dance = "",
pump = "",
},
PrevGroup = {
default = "",
dance = "MenuUp,MenuDown,MenuUp,MenuDown",
dance = "",
pump = "",
},
CloseCurrentFolder = {
Expand Down Expand Up @@ -370,7 +370,7 @@ local CodeDetectorCodes = {
-- modifiers section
CancelAll = {
default = "",
dance = "Left,Right,Left,Right,Left,Right,Left,Right",
dance = "",
},
--- specific modifiers
Mirror = {
Expand Down Expand Up @@ -451,7 +451,7 @@ local CodeDetectorCodes = {
-- cancel all in player options
CancelAllPlayerOptions = {
default = "",
dance = "Left,Right,Left,Right,Left,Right",
dance = "",
},
};

Expand Down

0 comments on commit 39d8fa0

Please sign in to comment.