feat: NCS-40 Rework Draw System (#34)

Reviewed-on: #34
Reviewed-by: Shahd Lala <shosho996@blackhole.local>
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2026-04-19 22:44:48 +02:00
committed by Janis
parent d16cec176b
commit 33e785d22a
8 changed files with 446 additions and 21 deletions
+5
View File
@@ -63,3 +63,8 @@ tasks.test {
tasks.reportScoverage {
dependsOn(tasks.test)
}
tasks.jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}