mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Merge pull request #3088 from javatlacati/patch-1
Update level_loading.jade
This commit is contained in:
commit
0c7169f5c0
2 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,7 @@
|
|||
tip_free_your_mind: "You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus"
|
||||
tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
|
||||
tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
|
||||
solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
|
||||
|
||||
game_menu:
|
||||
inventory_tab: "Inventory"
|
||||
|
|
|
@ -82,3 +82,4 @@
|
|||
strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
|
||||
strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
|
||||
strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.
|
||||
strong.tip(data-i18n='play_level.solve_then_write') First, solve the problem. Then, write the code. — John Johnson
|
||||
|
|
Loading…
Reference in a new issue