Added randomly changing gamemusic and changed menu music -> Version 0.5.0

This commit is contained in:
=
2018-02-15 15:43:11 +01:00
parent be1ec63e32
commit 3239a54ee9
13 changed files with 67 additions and 51 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.frajul.endlessroll"
android:versionCode="4"
android:versionName="0.4.0" >
android:versionCode="5"
android:versionName="0.5.0" >
<uses-sdk
android:minSdkVersion="12"

View File

@ -867,20 +867,22 @@ int layout unlock_message 0x7f0a0041
int layout world_button 0x7f0a0042
int layout worlds 0x7f0a0043
int mipmap ic_launcher 0x7f0b0000
int raw music_game 0x7f0c0000
int raw music_menu 0x7f0c0001
int raw sound_collect_energy 0x7f0c0002
int raw sound_collect_star 0x7f0c0003
int raw sound_countdown 0x7f0c0004
int raw sound_die 0x7f0c0005
int raw sound_explosion 0x7f0c0006
int raw sound_firework 0x7f0c0007
int raw sound_goal 0x7f0c0008
int raw sound_magnet 0x7f0c0009
int raw sound_mushroom 0x7f0c000a
int raw sound_place_tool 0x7f0c000b
int raw sound_spring 0x7f0c000c
int raw sound_stasis 0x7f0c000d
int raw music_game_1 0x7f0c0000
int raw music_game_2 0x7f0c0001
int raw music_game_3 0x7f0c0002
int raw music_menu 0x7f0c0003
int raw sound_collect_energy 0x7f0c0004
int raw sound_collect_star 0x7f0c0005
int raw sound_countdown 0x7f0c0006
int raw sound_die 0x7f0c0007
int raw sound_explosion 0x7f0c0008
int raw sound_firework 0x7f0c0009
int raw sound_goal 0x7f0c000a
int raw sound_magnet 0x7f0c000b
int raw sound_mushroom 0x7f0c000c
int raw sound_place_tool 0x7f0c000d
int raw sound_spring 0x7f0c000e
int raw sound_stasis 0x7f0c000f
int string abc_action_bar_home_description 0x7f0d0000
int string abc_action_bar_home_description_format 0x7f0d0001
int string abc_action_bar_home_subtitle_description_format 0x7f0d0002