mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-08 04:31:04 -04:00
Looping works, almost
This commit is contained in:
parent
46f87556e1
commit
3d5547e786
12 changed files with 1116 additions and 918 deletions
|
@ -3,11 +3,14 @@
|
|||
"confirmRestart.text": "You're about to start a new run, is that really what you wanted ?",
|
||||
"confirmRestart.title": "Start a new run ?",
|
||||
"confirmRestart.yes": "Restart game",
|
||||
"debuffs.banned.description": "{{lvl}} banned perk(s) : {{banned}}",
|
||||
"debuffs.banned.help": "{{perk}} is banned for this run",
|
||||
"debuffs.interference.help": "Telekinesis and yo-yo stop working for {{lvl}}s every 7s",
|
||||
"debuffs.more_bombs.help": "{{lvl}} bricks replaced by bombs",
|
||||
"debuffs.negative_coins.help": "{{lvl}}% of coins spawn void and break the combo if caught",
|
||||
"debuffs.banned.description": "{{lvl}} banned perk(s) : {{banned}}.",
|
||||
"debuffs.banned.help": "{{perk}} is banned for this run.",
|
||||
"debuffs.fragility.help": "Explosions destroy {{percent}} of coins and reset combo.",
|
||||
"debuffs.interference.help": "Telekinesis and yo-yo glitch for {{lvl}}s every 7s.",
|
||||
"debuffs.more_bombs.help": "{{lvl}} bricks replaced by bombs.",
|
||||
"debuffs.negative_coins.help": "{{lvl}}/10000 of coins spawn cursed, blinking red. Game over if you catch them.",
|
||||
"gameOver.because_cursed_coin": "Game over",
|
||||
"gameOver.because_cursed_coin_intro": "You cough a cursed coin (bright red coins) and didn't have a extra life to spare. ",
|
||||
"gameOver.cumulative_total": "Your total cumulative score went from {{startTs}} to {{endTs}}.",
|
||||
"gameOver.lost.summary": "You dropped the ball after catching {{score}} coins.",
|
||||
"gameOver.lost.title": "Game Over",
|
||||
|
@ -68,7 +71,7 @@
|
|||
"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": "New run",
|
||||
"main_menu.normal_help": "Start a quick run with random starting perk",
|
||||
"main_menu.pointer_lock": "Mouse pointer lock",
|
||||
"main_menu.pointer_lock_help": "Locks and hides the mouse cursor.",
|
||||
|
@ -122,7 +125,7 @@
|
|||
"sandbox.start": "Start test run",
|
||||
"sandbox.title": "Sandbox mode",
|
||||
"sandbox.unlocks_at": "Unlocks at total score {{score}}",
|
||||
"score_panel.bebuffs_list": "Debuffs :",
|
||||
"score_panel.bebuffs_list": "De-buffs :",
|
||||
"score_panel.test_run": "This is a test run, score is not recorded permanently",
|
||||
"score_panel.title": "{{score}} points at level {{level}}/{{max}} ",
|
||||
"score_panel.title_looped": "{{score}} points at level {{level}}/{{max}} of loop {{loop}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue