First implementation of innovations in Tool Shop
This commit is contained in:
4
app/src/main/res/values/dimen.xml
Normal file
4
app/src/main/res/values/dimen.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="tool_inspector_width">170dp</dimen>
|
||||
</resources>
|
@ -1,9 +1,9 @@
|
||||
<resources>
|
||||
<string name="app_name">Endless Roll</string>
|
||||
<string name="button_placeholder">Click me!</string>
|
||||
<string name="textview_placeholder">I\'m a text!</string>
|
||||
<string name="number_placeholder">997.5</string>
|
||||
<string name="percent_placeholder">85.1%</string>
|
||||
<string name="placeholder_button">Click me!</string>
|
||||
<string name="placeholder_textview">I\'m a text!</string>
|
||||
<string name="placeholder_number">997.5</string>
|
||||
<string name="placeholder_percent">85.1%</string>
|
||||
|
||||
<string name="game_playerprogress_placeholder">0.0m</string>
|
||||
<string name="game_playerprogress_format_f">%.1fm</string>
|
||||
@ -50,12 +50,19 @@
|
||||
<string name="playershape_name_wheel">Wheel</string>
|
||||
<string name="playershape_name_sun">Sun</string>
|
||||
|
||||
<string name="tool_name_unknown">\?\?\?</string>
|
||||
<string name="tool_description_locked">You will unlock this mysterious tool later</string>
|
||||
<string name="tool_description_ramp">A simple tool that will get you in the air</string>
|
||||
<string name="tool_description_spring">It will get you way higher than the Ramp</string>
|
||||
<string name="tool_description_magnet">Difficult to handle, but if you master it...</string>
|
||||
<string name="tool_description_bomb">Blow up all obstacles near the bomb</string>
|
||||
<string name="tool_description_power_mushroom">This will give you super-powers for 5 seconds</string>
|
||||
<string name="tool_name_locked">\?\?\?</string>
|
||||
<string name="tool_name_ramp">Ramp</string>
|
||||
<string name="tool_name_spring">Spring</string>
|
||||
<string name="tool_name_magnet">Magnet</string>
|
||||
<string name="tool_name_bomb">Bomb</string>
|
||||
<string name="tool_name_power_mushroom">Power Mushroom</string>
|
||||
<string name="tool_level_format_d">Level: %d</string>
|
||||
<string name="tool_upgrade_title_format_sd">%1$s (Lv%2$d)</string>
|
||||
<string name="tool_upgrade_none">None</string>
|
||||
<string name="tool_upgrade_time">Time</string>
|
||||
|
Reference in New Issue
Block a user