Skip to content

Commit

Permalink
remove repeatable from practice checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 7, 2024
1 parent fa0f924 commit 61d7f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UILayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,14 @@ struct $modify(UILayer) {
"Place Checkpoint",
"Place a Checkpoint in Practice Mode",
{ Keybind::create(KEY_Z, Modifier::None), ControllerBind::create(CONTROLLER_X) },
Category::PLAY, true
Category::PLAY, false
});
BindManager::get()->registerBindable({
"robtop.geometry-dash/delete-checkpoint",
"Delete Checkpoint",
"Delete a Checkpoint in Practice Mode",
{ Keybind::create(KEY_X, Modifier::None), ControllerBind::create(CONTROLLER_B) },
Category::PLAY, true
Category::PLAY, false
});

BindManager::get()->registerBindable({
Expand Down

0 comments on commit 61d7f3e

Please sign in to comment.