Skip to content

Commit

Permalink
修Acry的移动光标/移动宝石初始按键设置写反
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 12, 2024
1 parent 0f59492 commit f2290ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -493,17 +493,17 @@ KEYMAP.gela=KEYMAP.new{
{act='func5', keys={'e'}},
}
KEYMAP.acry=KEYMAP.new{
{act='swapLeft', keys={'left'}},
{act='swapRight',keys={'right'}},
{act='swapUp', keys={'up'}},
{act='swapDown', keys={'down'}},
{act='swapLeft', keys={'a'}},
{act='swapRight',keys={'d'}},
{act='swapUp', keys={'w'}},
{act='swapDown', keys={'s'}},
{act='twistCW', keys={'e'}},
{act='twistCCW', keys={'q'}},
{act='twist180', keys={'z'}},
{act='moveLeft', keys={'a'}},
{act='moveRight',keys={'d'}},
{act='moveUp', keys={'w'}},
{act='moveDown', keys={'s'}},
{act='moveLeft', keys={'left'}},
{act='moveRight',keys={'right'}},
{act='moveUp', keys={'up'}},
{act='moveDown', keys={'down'}},
{act='skip', keys={'space'}},
{act='func1', keys={'r'}},
{act='func2', keys={'f'}},
Expand Down

0 comments on commit f2290ca

Please sign in to comment.