kolibrios/programs/games/marblematch3/game/strings_en.h

23 lines
510 B
C
Raw Normal View History

#ifndef RS_STRINGS_EN_H
#define RS_STRINGS_EN_H
// English
// Be careful, only specific chars are available to use
// See readme for details
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
#define L_LOADING "L0ADING```"
#define L_START "CLICK T0 5TART"
#define L_TIME "TIME: xxx"
#define L_SCORE "5C0RE: xxx 0F 100"
#define L_LEVEL_PASSED "LEVEL PA55ED"
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
#endif