moving and vm options

This commit is contained in:
EvilMuffinHa 2020-05-07 14:24:03 -04:00
parent 757c20d8a0
commit 9e19b8980e
14 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,8 +2,9 @@
*.DS_Store *.DS_Store
# IntelliJ Idea folder # IntelliJ Idea folders
.idea .idea
out
# Compiled class file # Compiled class file

View File

@ -1,2 +1,4 @@
# Helium-Engine # Helium-Engine
Java game engine using LWJGL Java game engine using LWJGL
To run add the `-XstartOnFirstThread` to your VM options