Added credits-dialog
Changed SettingsScreen
This commit is contained in:
@ -5,6 +5,5 @@
|
||||
<item>Grasslands</item>
|
||||
<item>Icy Mountains</item>
|
||||
<item>Testcave</item>
|
||||
<item>Mysterious fireworld</item>
|
||||
</string-array>
|
||||
</resources>
|
@ -7,11 +7,13 @@
|
||||
<color name="secondary">#ffb637</color>
|
||||
<color name="secondary_light">#ffeb37</color>
|
||||
<color name="secondary_dark">#ff8e37</color>
|
||||
<color name="secondary_transparent">#e2ffb637</color>
|
||||
<color name="secondary_little_transparent">#e2ffb637</color>
|
||||
<color name="secondary_much_transparent">#57ffb637</color>
|
||||
|
||||
<color name="red">#ff0000</color>
|
||||
<color name="black">#000000</color>
|
||||
<color name="white">#ffffff</color>
|
||||
<color name="transparent">#00000000</color>
|
||||
|
||||
<color name="message_buttons">#daf10d</color>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="credits_margin_between_categories">30dp</dimen>
|
||||
<dimen name="tool_inspector_width">170dp</dimen>
|
||||
<dimen name="shape_inspector_width">170dp</dimen>
|
||||
<dimen name="tool_button_width">70dp</dimen>
|
||||
|
@ -37,6 +37,9 @@
|
||||
<string name="topbar_level_placeholder" translatable="false">Level: 24</string>
|
||||
<string name="topbar_level_format_d" translatable="false">Level: %d</string>
|
||||
<string name="settings_reset">Reset progress</string>
|
||||
<string name="settings_credits" translatable="false">Credits</string>
|
||||
<string name="settings_music">Music</string>
|
||||
<string name="settings_sounds" translatable="false">Sounds</string>
|
||||
<string name="topbar_toolshop">Toolshop</string>
|
||||
<string name="unlock_message_placeholder">Ramp unlocked</string>
|
||||
<string name="world_button_title_placeholder">Great world</string>
|
||||
@ -114,4 +117,13 @@
|
||||
<string name="tutorial_spring_equipped">Well done! Now you can start the next level</string>
|
||||
<string name="tutorial_switch_tools_two_neccessary">For this level you will need two tools equipped</string>
|
||||
<string name="tutorial_switch_tools_switch">To select a tool just click on it</string>
|
||||
|
||||
<string name="credits_title" translatable="false">ENDLESS ROLL</string>
|
||||
<string name="credits_author">by Frajul</string>
|
||||
<string name="credits_testers_title">TESTERS</string>
|
||||
<string name="credits_testers" translatable="false">Tester1\nTester2\nTester3\nTester4</string>
|
||||
<string name="credits_sounds_title" translatable="false">SOUNDS</string>
|
||||
<string name="credits_sounds" translatable="false">www.noiseforfun.com</string>
|
||||
<string name="credits_music_title">MUSIC</string>
|
||||
<string name="credits_music" translatable="false">\"Balloon Game\", \"Bit Shift\", \"Digital Lemonade\"\nKevin MacLeod (incompetech.com)\nLicensed under Creative Commons: By Attribution 3.0\nhttp://creativecommons.org/licenses/by/3.0/</string>
|
||||
</resources>
|
||||
|
@ -15,6 +15,12 @@
|
||||
<item name="android:shadowRadius">2</item>
|
||||
</style>
|
||||
|
||||
<style name="SettingsScreenButton">
|
||||
<item name="android:background">@drawable/xml_selector_settings_button</item>
|
||||
<item name="android:textColor">@color/secondary</item>
|
||||
<item name="android:textSize">24sp</item>
|
||||
</style>
|
||||
|
||||
<style name="DialogButton" parent="android:Widget.Holo.Button.Borderless">
|
||||
<item name="android:background">@drawable/xml_background_dialog_button</item>
|
||||
<item name="android:textColor">@color/black</item>
|
||||
|
Reference in New Issue
Block a user