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:
parent
ca51347522
commit
d6daf98b74
7 changed files with 293 additions and 194 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue