Old stars are now removed from star list of the gameScene when new level is loaded -> Error fixed
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user