Skip to content

Commit

Permalink
Merge pull request #68 from DjLegolas/devel
Browse files Browse the repository at this point in the history
JavaFX release
  • Loading branch information
DjLegolas authored Jun 20, 2017
2 parents 8bb28c2 + 4147d60 commit 099cf15
Show file tree
Hide file tree
Showing 37 changed files with 2,655 additions and 82 deletions.
23 changes: 23 additions & 0 deletions .idea/artifacts/WordiadaApp.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/artifacts/WordiadaEngine_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions DesktopUI/DesktopUI.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="GameEngine" />
</component>
</module>
4 changes: 4 additions & 0 deletions DesktopUI/src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Class-Path: WordiadaEngine.jar
Main-Class: desktopUI.Main

Loading

0 comments on commit 099cf15

Please # to comment.