Skip to content

Commit

Permalink
removed useless codes from _fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dadcop2 authored Jun 2, 2017
1 parent f1e2c4e commit db33591
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 db33591

Please sign in to comment.