Skip to content
Snippets Groups Projects
Commit 4264f665 authored by echicken's avatar echicken
Browse files

Define skill keys here to make them easier to change in the future.

parent de4f4aba
Branches
Tags
No related merge requests found
......@@ -35,4 +35,11 @@ const COLOUR_LEMON = YELLOW,
COLOUR_STATUSBAR_FG = WHITE;
// The name of the JSON database. You probably don't need to change this.
const DBNAME = "LEMONS";
\ No newline at end of file
const DBNAME = "LEMONS";
const KEY_BASH = "A",
KEY_BLOCK = "S",
KEY_BOMB = "F",
KEY_BUILD = "V",
KEY_CLIMB = "C",
KEY_DIG = "D";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment