Merge pull request #3088 from javatlacati/patch-1

Update level_loading.jade
This commit is contained in:
Nick Winter 2015-10-13 12:21:19 -07:00
commit 0c7169f5c0
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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