1
0
Fork 0

General Improvement

Changed class and race attributes to int,  built table for class modifiers and simplified its association with the attributes. Added support for level up, currently not working.
This commit is contained in:
Carlos Galindo 2015-02-24 15:32:17 +01:00
parent ca51347522
commit d6daf98b74
7 changed files with 293 additions and 194 deletions

View file

@ -26,8 +26,8 @@
android:layout_height="wrap_content"
android:inputType="number"
android:ems="10"
android:id="@+id/editLevelIntro"
android:hint="@string/level"
android:id="@+id/editPxIntro"
android:hint="@string/px"
android:layout_weight="1"/>
</LinearLayout>