Shapes can now be recieved through fulfilling tasks

This commit is contained in:
=
2017-10-30 16:54:05 +01:00
parent c9e718f6ad
commit 44d7665442
24 changed files with 694 additions and 312 deletions

View File

@ -49,6 +49,22 @@
<string name="playershape_name_smiley">Smiley</string>
<string name="playershape_name_wheel">Wheel</string>
<string name="playershape_name_sun">Sun</string>
<string name="playershape_name_locked">\?\?\?</string>
<string name="playershape_description_ball">Keep calm and roll on</string>
<string name="playershape_description_clock">Tick tack!</string>
<string name="playershape_description_hypno_spiral">Hypnotizes you for more fun</string>
<string name="playershape_description_pacman">PACMAN!</string>
<string name="playershape_description_smiley">Don\'t worry, roll happy!</string>
<string name="playershape_description_wheel">A nice car without the... car</string>
<string name="playershape_description_sun">Shine bright like the sun</string>
<string name="playershape_description_locked">A new shape for more fun</string>
<string name="task_empty">Empty task</string>
<string name="task_collect_stars_progress_format_ddd">Collect %d stars (%d/%d)</string>
<string name="task_collect_energy_progress_format_ddd">Collect %d energy (%d/%d)</string>
<string name="task_collect_stars_format_d">Collect %d stars</string>
<string name="task_collect_energy_format_d">Collect %d energy</string>
<string name="task_complete_world_format_d">Finish the %d. world</string>
<string name="tool_description_locked_format_d">You will unlock this mysterious tool at level %d</string>
<string name="tool_description_ramp">Roll up the ramp to gain height</string>