From 9568ea5118b9100b3375a6bd2153042506b0d5d1 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 14 May 2023 01:46:56 -0400 Subject: Finish css and menus --- .vscode/launch.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 3975b70..9596ad3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,30 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "focusTest", + "request": "launch", + "mainClass": "main.focusTest", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + }, + { + "type": "java", + "name": "Level", + "request": "launch", + "mainClass": "gui.Level", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.graphics,javafx.controls,javafx.fxml" + }, + { + "type": "java", + "name": "JFXaudioPlayer", + "request": "launch", + "mainClass": "main.JFXaudioPlayer", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + }, { "type": "java", "name": "Driver2", -- cgit v1.2.3