mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-09 21:15:02 -04:00
wip
This commit is contained in:
parent
d572467e99
commit
bcf40fe667
14 changed files with 217 additions and 22 deletions
|
@ -5,6 +5,7 @@
|
|||
"confirmRestart.yes": "Restart game",
|
||||
"editor.editing.bigger": "Increase level size",
|
||||
"editor.editing.color": "Pick a color in the color list (max 5 per level)",
|
||||
"editor.editing.copied": "Level code copied",
|
||||
"editor.editing.copy": "Copy level code",
|
||||
"editor.editing.copy_help": "Paste it in the #levels channel in our discord",
|
||||
"editor.editing.credit": "Credits and source",
|
||||
|
@ -17,6 +18,8 @@
|
|||
"editor.editing.rename": "Level name",
|
||||
"editor.editing.rename_prompt": "Please enter a new name for the level",
|
||||
"editor.editing.right": "Move all bricks to the right",
|
||||
"editor.editing.show_code": "Show level code",
|
||||
"editor.editing.show_code_help": "You can then copy it manually",
|
||||
"editor.editing.smaller": "Decrease level size",
|
||||
"editor.editing.title": "Editing level : {{name}}",
|
||||
"editor.editing.up": "Move up all the bricks",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue