Add basic character sheet and roll feature.
Add RollOverlay feature. Add character sheet Add a basic character sheet and a way to throw dice. Link the character sheet to the roll system. change app icon. Small fix.
This commit is contained in:
parent
42b26e2b9b
commit
df7b43fd73
64 changed files with 3264 additions and 89 deletions
10
app/src/main/res/drawable/ic_d12_24.xml
Normal file
10
app/src/main/res/drawable/ic_d12_24.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="@android:color/white"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M20.728,3.272L15.275,0h-6.551L3.272,3.272,0,8.725v6.551l3.272,5.452,5.452,3.272h6.551l5.452-3.272,3.272-5.452v-6.551l-3.272-5.452Zm2.161,5.544l-4.747,5.696-5.642-2.821V6.118l7.626-1.906,2.763,4.604Zm-8.098,14.184h-5.581l-2.856-7.617,5.646-2.824,5.647,2.824-2.856,7.617ZM9.002,1h5.996l4.073,2.444-7.071,1.768-7.071-1.768L9.002,1ZM3.874,4.212l7.626,1.906v5.573l-5.642,2.821L1.111,8.816,3.874,4.212ZM1,14.998v-4.754l4.29,5.148,2.603,6.942-3.892-2.335L1,14.998Zm18.999,5.001l-3.892,2.335,2.603-6.942,4.29-5.148v4.754l-3.001,5.001Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue