sKabYY
Results
1
comments of
sKabYY
switch (keycode) { case 'up' currentStage.up() case 'right' currentStage.right() case 'down' currentStage.down() case 'left' currentStage.left() } 这一段要加break