diff options
author | Nao Pross <naopross@thearcway.org> | 2018-11-19 10:27:15 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-11-19 10:27:15 +0100 |
commit | 7a7007571699eb57bc96cef4cd053a5bd50468b3 (patch) | |
tree | 14b879b399417a59a340c6fda9daf4719a3dbebf /src/Subconscious.java | |
parent | Add Actor.SkillSet, remove useless members in various strucutres (diff) | |
download | Subconscious-java-7a7007571699eb57bc96cef4cd053a5bd50468b3.tar.gz Subconscious-java-7a7007571699eb57bc96cef4cd053a5bd50468b3.zip |
Update Scene class (and some derivates) to be abstract
Diffstat (limited to '')
-rw-r--r-- | src/Subconscious.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Subconscious.java b/src/Subconscious.java new file mode 100644 index 0000000..81bc25c --- /dev/null +++ b/src/Subconscious.java @@ -0,0 +1,6 @@ + +public class Subconscious { + public static void main(String[] args) { + GameWindow w = new GameWindow(); + } +}
\ No newline at end of file |