Skip to content

Commit

Permalink
Tournaments are now loaded from a json file;
Browse files Browse the repository at this point in the history
Thumbnail settings can be customized for each tournament;
Added Pikmin font for Alph Apparition thumbnails;
Customizable assets are now on settings folder;
  • Loading branch information
jonborg committed Dec 5, 2020
1 parent 4a9527b commit db99e3f
Show file tree
Hide file tree
Showing 28 changed files with 444 additions and 526 deletions.
116 changes: 0 additions & 116 deletions assets/config/flip.txt

This file was deleted.

116 changes: 0 additions & 116 deletions assets/config/offset.txt

This file was deleted.

116 changes: 0 additions & 116 deletions assets/config/scale.txt

This file was deleted.

File renamed without changes
Binary file added assets/tournaments/foregrounds/alph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/tournaments/logos/alph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.akathist.maven.plugins.launch4j/launch4j-maven-plugin -->
<dependency>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>1.7.25</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.akathist.maven.plugins.launch4j/launch4j-maven-plugin -->
<dependency>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit db99e3f

Please sign in to comment.