mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-08 04:31:04 -04:00
Starting adventure mode
This commit is contained in:
parent
a134821a94
commit
0ada53a063
13 changed files with 818 additions and 197 deletions
|
@ -57,6 +57,8 @@
|
|||
"main_menu.max_particles_help": "Limits the number of particles show on screen for visual effect. ",
|
||||
"main_menu.mobile": "Mobile mode",
|
||||
"main_menu.mobile_help": "Leaves space under the puck.",
|
||||
"main_menu.normal": "New 7 levels run",
|
||||
"main_menu.normal_help": "Start a quick run with random perk",
|
||||
"main_menu.pointer_lock": "Mouse pointer lock",
|
||||
"main_menu.pointer_lock_help": "Locks and hides the mouse cursor.",
|
||||
"main_menu.record": "Record gameplay videos",
|
||||
|
@ -65,7 +67,7 @@
|
|||
"main_menu.reset": "Reset Game",
|
||||
"main_menu.reset_cancel": "No",
|
||||
"main_menu.reset_confirm": "Yes",
|
||||
"main_menu.reset_help": "Erase high score and statistics",
|
||||
"main_menu.reset_help": "Erase high score, license and statistics",
|
||||
"main_menu.reset_instruction": "You will loose all progress you made in the game, are you sure ?",
|
||||
"main_menu.resume": "Resume",
|
||||
"main_menu.resume_help": "Return to your run",
|
||||
|
@ -80,13 +82,26 @@
|
|||
"main_menu.sounds": "Game sounds",
|
||||
"main_menu.sounds_help": "Can slow down some phones.",
|
||||
"main_menu.title": "Breakout 71",
|
||||
"main_menu.unlocks": "Starting perk",
|
||||
"main_menu.unlocks": "Unlocked content",
|
||||
"main_menu.unlocks_help": "Try perks and levels you unlocked",
|
||||
"play.close_modale_window_tooltip": "close ",
|
||||
"play.current_lvl": "L{{level}}/{{max}}",
|
||||
"play.menu_label": "menu",
|
||||
"play.missed_ball": "miss",
|
||||
"play.mobile_press_to_play": "Press and hold here to play",
|
||||
"premium.adventure_mode": "Adventure mode",
|
||||
"premium.adventure_mode_help": "Start a new game in adventure mode",
|
||||
"premium.back": "Back",
|
||||
"premium.back_help": "Return to main menu",
|
||||
"premium.buy": "Buy a license key",
|
||||
"premium.buy_disabled_help": "Coming soon",
|
||||
"premium.buy_help": "You'll be taken to a stripe form to pay and will receive the license by email. Come back to enter it here after.",
|
||||
"premium.enter": "Enter license key",
|
||||
"premium.enter_help": "Paste the license in the window that opens",
|
||||
"premium.help": "Buy a license for Breakout 71 to unlock infinite mode and support development. It costs 4.99€ and lasts forever. You can use it on multiple devices, but please don't share it online. ",
|
||||
"premium.help_google": "While I do plan to offer premium licenses through google play, I haven't gotten around it yet, so there's no buy link here. If you already have a license key, you can enter it below. ",
|
||||
"premium.short_help": "Play as long as possible",
|
||||
"premium.title": "Adventure mode",
|
||||
"sandbox.help": "Test any perk combination",
|
||||
"sandbox.instructions": "Select perks below and press \"start run\" to try them out in a test run. Scores and stats are not recorded.",
|
||||
"sandbox.start": "Start test run",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue