Old stars are now removed from star list of the gameScene when new level is loaded -> Error fixed

This commit is contained in:
=
2017-08-02 10:56:09 +02:00
parent 3bdc963525
commit 373d7779d1
4 changed files with 10 additions and 10 deletions

View File

@ -41,7 +41,7 @@
android:layout_alignRight="@+id/startscreen_sound"
android:layout_marginBottom="26dp"
android:text="Unlock all levels"
android:visibility="invisible"/>
android:visibility="visible"/>
<Button
android:id="@+id/startscreen_gain_90_ep"
@ -54,6 +54,6 @@
android:layout_marginLeft="48dp"
android:layout_marginStart="48dp"
android:text="Gain 90 ep"
android:visibility="invisible"/>
android:visibility="visible"/>
</RelativeLayout>