diff options
author | Aidan Ross <aross02@fairport.org> | 2023-05-26 10:57:31 -0400 |
---|---|---|
committer | Aidan Ross <aross02@fairport.org> | 2023-05-26 10:57:31 -0400 |
commit | 9d07f0eb68e7779e8868b18a51bee5f8eb23b31e (patch) | |
tree | 600681c12b5e685a66677c323b7229098f85943a | |
parent | 306ba44c51d102bc6608ee901cb268ec592325fc (diff) | |
parent | 2d7e640c64adce0faecf28805a8af8fbe64e6a95 (diff) | |
download | NPEhero-9d07f0eb68e7779e8868b18a51bee5f8eb23b31e.tar.gz NPEhero-9d07f0eb68e7779e8868b18a51bee5f8eb23b31e.tar.bz2 NPEhero-9d07f0eb68e7779e8868b18a51bee5f8eb23b31e.zip |
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ javafx guides (really helpful website): # Installation ### VM arguements +Right click on project > Propereties > Run/Debug Settings > Driver > Edit > Arguements + +Pase the following into VM arguements: #### Windows `--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml,javafx.media` |