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:
Thomas Andres Gomez 2023-09-07 10:15:42 +02:00
parent 42b26e2b9b
commit df7b43fd73
64 changed files with 3264 additions and 89 deletions

View file

@ -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")