diff options
author | Aidan Ross <aross02@fairport.org> | 2023-05-23 08:53:56 -0400 |
---|---|---|
committer | Aidan Ross <aross02@fairport.org> | 2023-05-23 08:53:56 -0400 |
commit | 57eed1a3ec2b16535c6d4365115c09366ec03240 (patch) | |
tree | 20535092dea5f18604a9784b70d94def1e860eff /.vscode | |
parent | 1ec2cdd33df864b55cafe3326aadaf8e83cb0651 (diff) | |
download | NPEhero-57eed1a3ec2b16535c6d4365115c09366ec03240.tar.gz NPEhero-57eed1a3ec2b16535c6d4365115c09366ec03240.tar.bz2 NPEhero-57eed1a3ec2b16535c6d4365115c09366ec03240.zip |
Finally i can code again, rewriting some lost animation code
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index b76670f..f7b5436 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "mainClass": "test.Table", "projectName": "GuitarHero", - "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + "vmArgs": "--module-path lib/windows/lib --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" }, { "type": "java", @@ -74,7 +74,7 @@ "request": "launch", "mainClass": "fallTest.Driver", "projectName": "GuitarHero", - "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + "vmArgs": "--module-path lib/windows/lib --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" }, { "type": "java", |