Skip to content

Commit

Permalink
Merge pull request #37 from PatrickSachs/game-engine
Browse files Browse the repository at this point in the history
Game engine
  • Loading branch information
Patrick Sachs authored Oct 23, 2018
2 parents 99cfba9 + 91419c8 commit 3b2200d
Show file tree
Hide file tree
Showing 18 changed files with 745 additions and 201 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<mainClass>de.wolc.gui.Gui</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down
Loading

0 comments on commit 3b2200d

Please sign in to comment.