Update gradle and AndroidStudio project files

This commit is contained in:
2024-03-01 15:45:57 +01:00
parent 6516a139cf
commit d6c23ae835
23 changed files with 285 additions and 521 deletions

View File

@ -6,8 +6,7 @@
~
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.frajul.endlessroll">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature
android:glEsVersion="0x00020000"

View File

@ -22,6 +22,7 @@
<string name="short_menu_exit">Beenden</string>
<string name="start_screen_play">Spielen</string>
<string name="start_screen_finish_world_1">Erste Welt abschließen!</string>
<string name="start_screen_show_dev_tools_dialog">Entwicklerwerkzeuge anzeigen</string>
<string name="settings_reset">Fortschritt zurücksetzen</string>
<string name="unlock_message_placeholder">Rampe freigeschaltet</string>
<string name="world_button_title_placeholder">Hammer Welt!</string>
@ -72,6 +73,7 @@
<string name="bounty_message_tool_slot">Neuer Slot freigeschaltet</string>
<string name="bounty_message_shape_unlocked">Neues Aussehen freigeschaltet</string>
<string name="playershape_description_locked">Ein neuer Look und noch viel mehr Spaß</string>
<string name="dev_tools_dialog_finish_world_1">Schließe Welt 1 ab!</string>
<string name="task_empty">Leere Aufgabe</string>
<string name="tool_description_locked_format_d">Erreiche Level %d, um dieses Tool freizuschalten</string>
<string name="tutorial_place_ramp_air">Du kannst Tools auch mitten in der Luft setzen. Achte auf das richtige Timing!</string>

View File

@ -13,7 +13,7 @@
<color name="primary_dark">#1791f5</color>
<color name="secondary">#ffb637</color>
<color name="secondary_light">#ffeb37</color>
<color name="secondary_dark">#_</color>
<color name="secondary_dark">#ffb637</color>
<color name="secondary_little_transparent">#e2ffb637</color>
<color name="secondary_much_transparent">#57ffb637</color>

View File

@ -133,5 +133,6 @@
<string name="credits_sounds" translatable="false">„Fruit-collected“, „Glocken-good“, „Carillon-02-a“, „Carillon-02-b“, „Fireball-02“, „Fruit-appearance“, „Voltage-hum“ (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>
<string name="start_screen_finish_world_1">Finish the first world!</string>
</resources>