Added toolinspector -> tool-upgrades can be bought (not saved yet)

only the time upgrade is used
This commit is contained in:
=
2017-06-10 13:19:34 +02:00
parent 504e2383fa
commit 4b4d81d8c7
46 changed files with 2940 additions and 5907 deletions

View File

@ -106,6 +106,17 @@
android:layout_centerVertical="true"
android:layout_alignEnd="@+id/topbar_starcount"/>
<TextView
android:id="@+id/topbar_energycount_decrease"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="-200"
android:visibility="invisible"
android:textColor="#000000"
android:textSize="20sp"
android:layout_centerVertical="true"
android:layout_alignEnd="@+id/topbar_energycount"/>
<Button
android:id="@+id/topbar_resetButton"
style="@style/GameButton"