diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-12 02:03:30 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-12 02:03:30 -0400 |
commit | 7f4070564af6cc9ba1eb79f3730eb0213eea3b11 (patch) | |
tree | 3e3b65e3335c973bc8c1f05827237146c0a2e649 /.vscode | |
parent | ad89ab07efd535dc0df280e982139db774558503 (diff) | |
download | NPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.tar.gz NPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.tar.bz2 NPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.zip |
big gui stuff
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d47897b..3975b70 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,6 +6,14 @@ "configurations": [ { "type": "java", + "name": "Driver2", + "request": "launch", + "mainClass": "gui.Driver2", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml" + }, + { + "type": "java", "name": "Driver", "request": "launch", "mainClass": "gui.Driver", |