mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
Build 29083397
This commit is contained in:
parent
d43dd90a86
commit
a388cd0898
26 changed files with 691 additions and 155 deletions
|
@ -162,6 +162,8 @@
|
|||
"score_panel.title": "{{score}} points at level {{level}}/{{max}} ",
|
||||
"score_panel.upcoming_levels": "Upcoming levels :",
|
||||
"score_panel.upgrades_picked": "Upgrades picked in this game run : ",
|
||||
"settings.autoplay": "Auto play",
|
||||
"settings.autoplay_help": "Start a session with random upgrades and a computer controlled paddle",
|
||||
"settings.basic": "Basic graphics",
|
||||
"settings.basic_help": "Better performance.",
|
||||
"settings.colorful_coins": "Colorful coins",
|
||||
|
@ -190,8 +192,10 @@
|
|||
"settings.mobile_help": "Leaves space under the paddle.",
|
||||
"settings.pointer_lock": "Mouse pointer lock",
|
||||
"settings.pointer_lock_help": "Locks and hides the mouse cursor.",
|
||||
"settings.precise_physics": "More precise physics",
|
||||
"settings.precise_physics_help": "Compute fast ball motion in smaller steps, might reduce performance",
|
||||
"settings.precise_lighting": "Precise lighting",
|
||||
"settings.precise_lighting_help": "Use a smaller grid for background light effect",
|
||||
"settings.precise_physics": "Precise physics",
|
||||
"settings.precise_physics_help": "Compute ball and coin motion in 4 small steps instead of one to avoid very fast balls passing through bricks. Disable to increase FPS by ~10% on slow devices. ",
|
||||
"settings.record": "Record gameplay videos",
|
||||
"settings.record_download": "Download video ({{size}} MB)",
|
||||
"settings.record_help": "Get a video of each level.",
|
||||
|
@ -210,8 +214,12 @@
|
|||
"settings.show_fps_help": "Monitor the app's performance",
|
||||
"settings.show_stats": "Show real time stats",
|
||||
"settings.show_stats_help": "Coins, time, bounces, misses",
|
||||
"settings.smooth_lighting": "Smooth lighting",
|
||||
"settings.smooth_lighting_help": "Blur the background light effects to make them look less square. Increases lag.",
|
||||
"settings.sounds": "Game sounds",
|
||||
"settings.sounds_help": "Can slow down some phones.",
|
||||
"settings.sounds_help": "Beeps, bloops and brrrr",
|
||||
"settings.stress_test": "Stress test",
|
||||
"settings.stress_test_help": "Start a bot controlled game with a very high number of coins, to test the performance limits of your device.",
|
||||
"starting_perks.checked": "When you start a new game, one of those perks will be given to you. Click a perk to exclude it. ",
|
||||
"starting_perks.help": "Choose possible starting upgrades",
|
||||
"starting_perks.random": "All benefits have been removed, the choice will be random.",
|
||||
|
@ -413,7 +421,7 @@
|
|||
"upgrades.trampoline.tooltip": "+{{lvl}} combo per paddle bounce,-{{lvl}} combo per bounce on any border",
|
||||
"upgrades.trampoline.verbose_description": "One of the rare combo upgrades that don't add a reset condition",
|
||||
"upgrades.transparency.name": "Transparency",
|
||||
"upgrades.transparency.tooltip": "The higher the ball is on the screen, the more transparent it becomes. The more transparent it is, the more coins it produces.",
|
||||
"upgrades.transparency.tooltip": "The higher the ball is on the screen, the more transparent it becomes, and the more coins it produces (+{{percent}} % at full transparency).",
|
||||
"upgrades.transparency.verbose_description": "Higher levels make the ball transparent sooner and increase the point bonus.",
|
||||
"upgrades.trickledown.name": "Trickle down economics",
|
||||
"upgrades.trickledown.tooltip": "The coins appear at the top of the screen.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue