Clean a bit
This commit is contained in:
parent
ac95a4f0b6
commit
614741f6e8
6 changed files with 36 additions and 40 deletions
8
assets.h
8
assets.h
|
@ -18,19 +18,23 @@
|
|||
|
||||
static const char *LCR_texts[] =
|
||||
{
|
||||
// menu tabs:
|
||||
#define LCR_TEXTS_VERSION 0
|
||||
"0.5d", // version string
|
||||
|
||||
#define LCR_TEXTS_TABS 1
|
||||
"main menu",
|
||||
"play map",
|
||||
"view repl",
|
||||
"play repl",
|
||||
|
||||
// main menu items:
|
||||
#define LCR_TEXTS_MAIN_MENU 5
|
||||
"camera: $",
|
||||
"music: $",
|
||||
"sound: $",
|
||||
"save repl",
|
||||
"exit",
|
||||
|
||||
#define LCR_TEXTS_LOADING 10
|
||||
"loading"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue