Fixed bug with terrain-collision

This commit is contained in:
2018-06-29 16:47:49 +02:00
parent ed3a54af10
commit aec2ce0d80
6 changed files with 7 additions and 8 deletions

View File

@ -169,7 +169,7 @@
</obstacles>
<stars class="java.util.ArrayList">
<positionData x="2.8000035" y="-0.77999914"/>
<positionData x="11.243364" y="-0.43999982"/>
<positionData x="11.210031" y="-0.47333312"/>
<positionData x="16.21668" y="0.34666675"/>
</stars>
<energy x="19.086668" y="-0.81333315"/>

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,6 @@
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"