From 7f4070564af6cc9ba1eb79f3730eb0213eea3b11 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 12 May 2023 02:03:30 -0400 Subject: big gui stuff --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index d47897b..3975b70 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "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", -- cgit v1.2.3