Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tetro48/cambridge into mo…
Browse files Browse the repository at this point in the history
…dpack-system
  • Loading branch information
Tetro48 committed Jan 1, 2024
2 parents 48ad5f0 + 5913717 commit 5076d00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions scene/key_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ local input_naming = {
load_state = "Load game state",
secret = "???",
fullscreen = "Toggle Fullscreen",
screenshot = "Screenshot",
--Game Inputs
left = "Move Left",
right = "Move Right",
up = "Hard/Sonic Drop",
down = "Soft/Sonic Drop",
screenshot = "Screenshot",
rotate_left = "Rotate CCW 1",
rotate_left2 = "Rotate CCW 2",
rotate_right = "Rotate CW 1",
rotate_right2 = "Rotate CW 2",
up = "Hard Drop (Up)",
down = "Soft Drop (Down)",
rotate_left = "Rotate CCW [1]",
rotate_left2 = "Rotate CCW [2]",
rotate_right = "Rotate CW [1]",
rotate_right2 = "Rotate CW [2]",
rotate_180 = "Rotate 180",
hold = "Hold",
retry = "Retry",
Expand Down
12 changes: 6 additions & 6 deletions scene/stick_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ local input_naming = {
menu_back = "Menu Back",
left = "Move Left",
right = "Move Right",
up = "Hard/Sonic Drop",
down = "Soft/Sonic Drop",
rotate_left = "Rotate CCW 1",
rotate_left2 = "Rotate CCW 2",
rotate_right = "Rotate CW 1",
rotate_right2 = "Rotate CW 2",
up = "Hard Drop (Up)",
down = "Soft Drop (Down)",
rotate_left = "Rotate CCW [1]",
rotate_left2 = "Rotate CCW [2]",
rotate_right = "Rotate CW [1]",
rotate_right2 = "Rotate CW [2]",
rotate_180 = "Rotate 180",
hold = "Hold",
retry = "Retry",
Expand Down

0 comments on commit 5076d00

Please sign in to comment.