Adding all levels #56

Merged
tonitch merged 6 commits from levels into master 2023-05-17 23:42:45 +02:00
3 changed files with 6 additions and 1 deletions
Showing only changes of commit 5ac93ab290 - Show all commits

View File

@ -29,7 +29,7 @@ dependencies {
application {
// Define the main class for the application.
mainClass = 'school_project.Controller'
mainClass = project.hasProperty("mainClass") ? project.getProperty("mainClass") : 'school_project.Controller'
}
javafx {
@ -41,3 +41,7 @@ tasks.named('test') {
// Use JUnit Platform for unit tests.
useJUnitPlatform()
}
run{
standardInput = System.in
}

View File

@ -0,0 +1 @@
SMSààSME