Balanced levels, level-up-bounties, tool-costs

Polished credits
This commit is contained in:
2018-06-30 18:15:39 +02:00
parent aec2ce0d80
commit b7cab6f453
16 changed files with 295 additions and 312 deletions

View File

@ -510,9 +510,6 @@
<obstacleData floating="false" moving="false" deadly="false" leftEdge="22.281925" rightEdge="25.797924" height="0.51" y="-0.34500003">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="false" leftEdge="22.829952" rightEdge="23.329952" height="0.5" y="0.7533329">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="false" leftEdge="23.379932" rightEdge="23.879932" height="0.5" y="0.5066667">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
@ -522,9 +519,6 @@
<obstacleData floating="true" moving="false" deadly="true" leftEdge="24.463232" rightEdge="24.963232" height="0.5" y="0.49333322">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="24.996567" rightEdge="25.496567" height="0.5" y="0.75333303">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="25.92555" rightEdge="26.30755" height="0.318" y="0.046666645">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
@ -795,16 +789,13 @@
<obstacleData floating="true" moving="false" deadly="false" leftEdge="6.7466707" rightEdge="7.7466707" height="0.561" y="0.66666645">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="8.579013" rightEdge="8.961013" height="0.382" y="0.8399999">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="7.77701" rightEdge="8.08301" height="0.331" y="0.43333316">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="7.6111684" rightEdge="7.9421687" height="0.357" y="-0.04">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="8.783334" rightEdge="9.063334" height="0.306" y="0.39999986">
<obstacleData floating="true" moving="false" deadly="false" leftEdge="8.783334" rightEdge="9.063334" height="0.306" y="0.39999986">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="7.929989" rightEdge="8.20999" height="0.357" y="-0.65333307">
@ -819,9 +810,6 @@
<obstacleData floating="false" moving="false" deadly="false" leftEdge="10.323043" rightEdge="11.597043" height="0.344" y="-0.42800003">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="9.22001" rightEdge="9.5000105" height="0.28" y="0.7533332">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
<obstacleData floating="true" moving="false" deadly="true" leftEdge="8.065852" rightEdge="8.320851" height="0.204" y="0.11333329">
<moveComponent length="0.0" rotation="0.0" startOffset="0.0" direction="0.0" speed="0.0" hasPlayerXSpeed="false" triggerDistance="0.0"/>
</obstacleData>
@ -867,7 +855,7 @@
<positionData x="13.483405" y="-0.7733334"/>
<positionData x="20.633293" y="0.43333328"/>
</stars>
<energy x="9.256675" y="0.41999993"/>
<energy x="9.316678" y="0.47999987"/>
</level>
<level packId="1" id="15" goalX="21.456789" startSpeed="0.5" endSpeed="0.5" terrainEdge="-0.6" ceilingEdge="1.0">
<terrainTiles class="java.util.ArrayList">

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/AppTheme" >
<activity
android:name="de.frajul.endlessroll.main.GameActivity"

View File

@ -651,197 +651,198 @@ int id credits_ball 0x7f080023
int id credits_music 0x7f080024
int id credits_music_title 0x7f080025
int id credits_scrollview 0x7f080026
int id credits_sounds 0x7f080027
int id credits_sounds_title 0x7f080028
int id credits_testers 0x7f080029
int id credits_testers_title 0x7f08002a
int id credits_title 0x7f08002b
int id custom 0x7f08002c
int id customPanel 0x7f08002d
int id decor_content_parent 0x7f08002e
int id default_activity_button 0x7f08002f
int id disableHome 0x7f080030
int id edit_query 0x7f080031
int id end 0x7f080032
int id end_padder 0x7f080033
int id expand_activities_button 0x7f080034
int id expanded_menu 0x7f080035
int id forever 0x7f080036
int id game_fps 0x7f080037
int id game_game_over_message 0x7f080038
int id game_goal_message 0x7f080039
int id game_over_message_title 0x7f08003a
int id game_over_message_to_menu 0x7f08003b
int id game_over_message_topbar 0x7f08003c
int id game_over_message_try_again 0x7f08003d
int id game_pausebutton 0x7f08003e
int id game_playerprogress 0x7f08003f
int id game_shortmenu 0x7f080040
int id goal_message_bottom_layout 0x7f080041
int id goal_message_levelbutton_energy 0x7f080042
int id goal_message_levelbutton_star1 0x7f080043
int id goal_message_levelbutton_star2 0x7f080044
int id goal_message_levelbutton_star3 0x7f080045
int id goal_message_levelbutton_textview 0x7f080046
int id goal_message_next_level 0x7f080047
int id goal_message_restart 0x7f080048
int id goal_message_title 0x7f080049
int id goal_message_to_menu 0x7f08004a
int id goal_message_topbar 0x7f08004b
int id home 0x7f08004c
int id homeAsUp 0x7f08004d
int id icon 0x7f08004e
int id icon_group 0x7f08004f
int id ifRoom 0x7f080050
int id image 0x7f080051
int id info 0x7f080052
int id italic 0x7f080053
int id levelbutton_energy 0x7f080054
int id levelbutton_lock 0x7f080055
int id levelbutton_star1 0x7f080056
int id levelbutton_star2 0x7f080057
int id levelbutton_star3 0x7f080058
int id levelbutton_textview 0x7f080059
int id levels_ad_view 0x7f08005a
int id levels_bottom_row 0x7f08005b
int id levels_top_row 0x7f08005c
int id levels_topbar 0x7f08005d
int id levelup_level 0x7f08005e
int id levelup_text 0x7f08005f
int id levelup_unlocklist 0x7f080060
int id line1 0x7f080061
int id line3 0x7f080062
int id linearLayout4 0x7f080063
int id listMode 0x7f080064
int id list_item 0x7f080065
int id media_actions 0x7f080066
int id middle 0x7f080067
int id multiply 0x7f080068
int id never 0x7f080069
int id none 0x7f08006a
int id normal 0x7f08006b
int id notification_background 0x7f08006c
int id notification_main_column 0x7f08006d
int id notification_main_column_container 0x7f08006e
int id parentPanel 0x7f08006f
int id pre_start_screen_text 0x7f080070
int id price_button_currency 0x7f080071
int id price_button_price 0x7f080072
int id price_button_title 0x7f080073
int id progress_circular 0x7f080074
int id progress_horizontal 0x7f080075
int id radio 0x7f080076
int id right_icon 0x7f080077
int id right_side 0x7f080078
int id screen 0x7f080079
int id scrollIndicatorDown 0x7f08007a
int id scrollIndicatorUp 0x7f08007b
int id scrollView 0x7f08007c
int id search_badge 0x7f08007d
int id search_bar 0x7f08007e
int id search_button 0x7f08007f
int id search_close_btn 0x7f080080
int id search_edit_frame 0x7f080081
int id search_go_btn 0x7f080082
int id search_mag_icon 0x7f080083
int id search_plate 0x7f080084
int id search_src_text 0x7f080085
int id search_voice_btn 0x7f080086
int id select_dialog_listview 0x7f080087
int id settings_credits 0x7f080088
int id settings_fps_checkbox 0x7f080089
int id settings_music_label 0x7f08008a
int id settings_musictoggle 0x7f08008b
int id settings_reset 0x7f08008c
int id settings_sounds_label 0x7f08008d
int id settings_soundtoggle 0x7f08008e
int id settings_topbar 0x7f08008f
int id shape_button_button 0x7f080090
int id shape_button_textview 0x7f080091
int id shape_inspector_check_box 0x7f080092
int id shape_inspector_check_box_image 0x7f080093
int id shape_inspector_check_box_text 0x7f080094
int id shape_inspector_description 0x7f080095
int id shape_inspector_imageview 0x7f080096
int id shape_inspector_title 0x7f080097
int id shape_shop_bottomRow 0x7f080098
int id shape_shop_shape_inspector 0x7f080099
int id shape_shop_topRow 0x7f08009a
int id shape_shop_topbar 0x7f08009b
int id shortcut 0x7f08009c
int id shortmenu_continue 0x7f08009d
int id shortmenu_exit 0x7f08009e
int id shortmenu_restart 0x7f08009f
int id shortmenu_topbar 0x7f0800a0
int id showCustom 0x7f0800a1
int id showHome 0x7f0800a2
int id showTitle 0x7f0800a3
int id spacer 0x7f0800a4
int id split_action_bar 0x7f0800a5
int id src_atop 0x7f0800a6
int id src_in 0x7f0800a7
int id src_over 0x7f0800a8
int id startscreen_finish_world_1 0x7f0800a9
int id startscreen_gain_90_ep 0x7f0800aa
int id startscreen_play 0x7f0800ab
int id startscreen_to_gl_test_screen 0x7f0800ac
int id startscreen_unlock_levels 0x7f0800ad
int id status_bar_latest_event_content 0x7f0800ae
int id submit_area 0x7f0800af
int id tabMode 0x7f0800b0
int id task_completed_unlock_list 0x7f0800b1
int id text 0x7f0800b2
int id text2 0x7f0800b3
int id textSpacerNoButtons 0x7f0800b4
int id time 0x7f0800b5
int id title 0x7f0800b6
int id title_template 0x7f0800b7
int id tool_inspector_description 0x7f0800b8
int id tool_inspector_imageview 0x7f0800b9
int id tool_inspector_level_view 0x7f0800ba
int id tool_inspector_pricebutton 0x7f0800bb
int id tool_inspector_title 0x7f0800bc
int id toolofferslot_slot 0x7f0800bd
int id toolofferslot_title 0x7f0800be
int id toolshop_slot1 0x7f0800bf
int id toolshop_slot2 0x7f0800c0
int id toolshop_slot3 0x7f0800c1
int id toolshop_slot4 0x7f0800c2
int id toolshop_tool_offer_bottom_row 0x7f0800c3
int id toolshop_tool_offer_top_row 0x7f0800c4
int id toolshop_toolinspector 0x7f0800c5
int id toolshop_topbar 0x7f0800c6
int id toolslot_image 0x7f0800c7
int id topPanel 0x7f0800c8
int id topbar_back_button 0x7f0800c9
int id topbar_energycount 0x7f0800ca
int id topbar_energycount_decrease 0x7f0800cb
int id topbar_energyview 0x7f0800cc
int id topbar_leveldisplay 0x7f0800cd
int id topbar_levellayout 0x7f0800ce
int id topbar_levelprogress 0x7f0800cf
int id topbar_settings 0x7f0800d0
int id topbar_shapeshop 0x7f0800d1
int id topbar_starcount 0x7f0800d2
int id topbar_starcount_decrease 0x7f0800d3
int id topbar_starview 0x7f0800d4
int id topbar_toolshop 0x7f0800d5
int id tutorial_image_view 0x7f0800d6
int id tutorial_text_view 0x7f0800d7
int id unlockmessage_message 0x7f0800d8
int id unlockmessage_toolimage 0x7f0800d9
int id up 0x7f0800da
int id useLogo 0x7f0800db
int id withText 0x7f0800dc
int id worldbutton_energycount 0x7f0800dd
int id worldbutton_levelcount 0x7f0800de
int id worldbutton_lock 0x7f0800df
int id worldbutton_preview 0x7f0800e0
int id worldbutton_starcount 0x7f0800e1
int id worldbutton_title 0x7f0800e2
int id worlds_layout 0x7f0800e3
int id worlds_topbar 0x7f0800e4
int id wrap_content 0x7f0800e5
int id credits_scrollview_layout 0x7f080027
int id credits_sounds 0x7f080028
int id credits_sounds_title 0x7f080029
int id credits_testers 0x7f08002a
int id credits_testers_title 0x7f08002b
int id credits_title 0x7f08002c
int id custom 0x7f08002d
int id customPanel 0x7f08002e
int id decor_content_parent 0x7f08002f
int id default_activity_button 0x7f080030
int id disableHome 0x7f080031
int id edit_query 0x7f080032
int id end 0x7f080033
int id end_padder 0x7f080034
int id expand_activities_button 0x7f080035
int id expanded_menu 0x7f080036
int id forever 0x7f080037
int id game_fps 0x7f080038
int id game_game_over_message 0x7f080039
int id game_goal_message 0x7f08003a
int id game_over_message_title 0x7f08003b
int id game_over_message_to_menu 0x7f08003c
int id game_over_message_topbar 0x7f08003d
int id game_over_message_try_again 0x7f08003e
int id game_pausebutton 0x7f08003f
int id game_playerprogress 0x7f080040
int id game_shortmenu 0x7f080041
int id goal_message_bottom_layout 0x7f080042
int id goal_message_levelbutton_energy 0x7f080043
int id goal_message_levelbutton_star1 0x7f080044
int id goal_message_levelbutton_star2 0x7f080045
int id goal_message_levelbutton_star3 0x7f080046
int id goal_message_levelbutton_textview 0x7f080047
int id goal_message_next_level 0x7f080048
int id goal_message_restart 0x7f080049
int id goal_message_title 0x7f08004a
int id goal_message_to_menu 0x7f08004b
int id goal_message_topbar 0x7f08004c
int id home 0x7f08004d
int id homeAsUp 0x7f08004e
int id icon 0x7f08004f
int id icon_group 0x7f080050
int id ifRoom 0x7f080051
int id image 0x7f080052
int id info 0x7f080053
int id italic 0x7f080054
int id levelbutton_energy 0x7f080055
int id levelbutton_lock 0x7f080056
int id levelbutton_star1 0x7f080057
int id levelbutton_star2 0x7f080058
int id levelbutton_star3 0x7f080059
int id levelbutton_textview 0x7f08005a
int id levels_ad_view 0x7f08005b
int id levels_bottom_row 0x7f08005c
int id levels_top_row 0x7f08005d
int id levels_topbar 0x7f08005e
int id levelup_level 0x7f08005f
int id levelup_text 0x7f080060
int id levelup_unlocklist 0x7f080061
int id line1 0x7f080062
int id line3 0x7f080063
int id linearLayout4 0x7f080064
int id listMode 0x7f080065
int id list_item 0x7f080066
int id media_actions 0x7f080067
int id middle 0x7f080068
int id multiply 0x7f080069
int id never 0x7f08006a
int id none 0x7f08006b
int id normal 0x7f08006c
int id notification_background 0x7f08006d
int id notification_main_column 0x7f08006e
int id notification_main_column_container 0x7f08006f
int id parentPanel 0x7f080070
int id pre_start_screen_text 0x7f080071
int id price_button_currency 0x7f080072
int id price_button_price 0x7f080073
int id price_button_title 0x7f080074
int id progress_circular 0x7f080075
int id progress_horizontal 0x7f080076
int id radio 0x7f080077
int id right_icon 0x7f080078
int id right_side 0x7f080079
int id screen 0x7f08007a
int id scrollIndicatorDown 0x7f08007b
int id scrollIndicatorUp 0x7f08007c
int id scrollView 0x7f08007d
int id search_badge 0x7f08007e
int id search_bar 0x7f08007f
int id search_button 0x7f080080
int id search_close_btn 0x7f080081
int id search_edit_frame 0x7f080082
int id search_go_btn 0x7f080083
int id search_mag_icon 0x7f080084
int id search_plate 0x7f080085
int id search_src_text 0x7f080086
int id search_voice_btn 0x7f080087
int id select_dialog_listview 0x7f080088
int id settings_credits 0x7f080089
int id settings_fps_checkbox 0x7f08008a
int id settings_music_label 0x7f08008b
int id settings_musictoggle 0x7f08008c
int id settings_reset 0x7f08008d
int id settings_sounds_label 0x7f08008e
int id settings_soundtoggle 0x7f08008f
int id settings_topbar 0x7f080090
int id shape_button_button 0x7f080091
int id shape_button_textview 0x7f080092
int id shape_inspector_check_box 0x7f080093
int id shape_inspector_check_box_image 0x7f080094
int id shape_inspector_check_box_text 0x7f080095
int id shape_inspector_description 0x7f080096
int id shape_inspector_imageview 0x7f080097
int id shape_inspector_title 0x7f080098
int id shape_shop_bottomRow 0x7f080099
int id shape_shop_shape_inspector 0x7f08009a
int id shape_shop_topRow 0x7f08009b
int id shape_shop_topbar 0x7f08009c
int id shortcut 0x7f08009d
int id shortmenu_continue 0x7f08009e
int id shortmenu_exit 0x7f08009f
int id shortmenu_restart 0x7f0800a0
int id shortmenu_topbar 0x7f0800a1
int id showCustom 0x7f0800a2
int id showHome 0x7f0800a3
int id showTitle 0x7f0800a4
int id spacer 0x7f0800a5
int id split_action_bar 0x7f0800a6
int id src_atop 0x7f0800a7
int id src_in 0x7f0800a8
int id src_over 0x7f0800a9
int id startscreen_finish_world_1 0x7f0800aa
int id startscreen_gain_90_ep 0x7f0800ab
int id startscreen_play 0x7f0800ac
int id startscreen_to_gl_test_screen 0x7f0800ad
int id startscreen_unlock_levels 0x7f0800ae
int id status_bar_latest_event_content 0x7f0800af
int id submit_area 0x7f0800b0
int id tabMode 0x7f0800b1
int id task_completed_unlock_list 0x7f0800b2
int id text 0x7f0800b3
int id text2 0x7f0800b4
int id textSpacerNoButtons 0x7f0800b5
int id time 0x7f0800b6
int id title 0x7f0800b7
int id title_template 0x7f0800b8
int id tool_inspector_description 0x7f0800b9
int id tool_inspector_imageview 0x7f0800ba
int id tool_inspector_level_view 0x7f0800bb
int id tool_inspector_pricebutton 0x7f0800bc
int id tool_inspector_title 0x7f0800bd
int id toolofferslot_slot 0x7f0800be
int id toolofferslot_title 0x7f0800bf
int id toolshop_slot1 0x7f0800c0
int id toolshop_slot2 0x7f0800c1
int id toolshop_slot3 0x7f0800c2
int id toolshop_slot4 0x7f0800c3
int id toolshop_tool_offer_bottom_row 0x7f0800c4
int id toolshop_tool_offer_top_row 0x7f0800c5
int id toolshop_toolinspector 0x7f0800c6
int id toolshop_topbar 0x7f0800c7
int id toolslot_image 0x7f0800c8
int id topPanel 0x7f0800c9
int id topbar_back_button 0x7f0800ca
int id topbar_energycount 0x7f0800cb
int id topbar_energycount_decrease 0x7f0800cc
int id topbar_energyview 0x7f0800cd
int id topbar_leveldisplay 0x7f0800ce
int id topbar_levellayout 0x7f0800cf
int id topbar_levelprogress 0x7f0800d0
int id topbar_settings 0x7f0800d1
int id topbar_shapeshop 0x7f0800d2
int id topbar_starcount 0x7f0800d3
int id topbar_starcount_decrease 0x7f0800d4
int id topbar_starview 0x7f0800d5
int id topbar_toolshop 0x7f0800d6
int id tutorial_image_view 0x7f0800d7
int id tutorial_text_view 0x7f0800d8
int id unlockmessage_message 0x7f0800d9
int id unlockmessage_toolimage 0x7f0800da
int id up 0x7f0800db
int id useLogo 0x7f0800dc
int id withText 0x7f0800dd
int id worldbutton_energycount 0x7f0800de
int id worldbutton_levelcount 0x7f0800df
int id worldbutton_lock 0x7f0800e0
int id worldbutton_preview 0x7f0800e1
int id worldbutton_starcount 0x7f0800e2
int id worldbutton_title 0x7f0800e3
int id worlds_layout 0x7f0800e4
int id worlds_topbar 0x7f0800e5
int id wrap_content 0x7f0800e6
int integer abc_config_activityDefaultDur 0x7f090000
int integer abc_config_activityShortDur 0x7f090001
int integer abc_max_action_buttons 0x7f090002