Initial commit.

Basic window setup, sound and level assets.
This commit is contained in:
2019-12-23 23:07:24 +04:00
parent 75185a7f23
commit 8d64ca7c36
28 changed files with 604 additions and 0 deletions

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false