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
|
|
@ -107,6 +107,8 @@ dependencies {
|
|||
implementation("androidx.compose.material3:material3:1.1.1")
|
||||
debugImplementation("androidx.compose.ui:ui-tooling:1.5.0")
|
||||
|
||||
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
|
||||
|
||||
// Navigation
|
||||
implementation("androidx.navigation:navigation-compose:2.7.1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue