Select your hero !

Support for three different hero sprites.
Externalized New Game Creation in a separate fragment.
Enhanced title screen UI.
Continuable game preview.
This commit is contained in:
Zukero
2017-10-31 18:26:11 +01:00
parent 6cfe381b84
commit a8b24abb39
19 changed files with 830 additions and 401 deletions

View File

@@ -133,8 +133,11 @@
<string name="startscreen_continue">Continue current game</string>
<string name="startscreen_newgame">New game</string>
<string name="startscreen_newgame_start">Start game</string>
<string name="startscreen_newgame_cancel">Cancel</string>
<string name="startscreen_newgame_confirm">You will lose your current game and your current character, are you sure you want to start a new game?</string>
<string name="startscreen_about">About/help</string>
<string name="startscreen_selectherosprite">Choose your hero</string>
<string name="startscreen_enterheroname">Enter hero name</string>
<string name="startscreen_load">Load</string>