From 005c645b3cd991079dfd9bac2f207cdd2068d161 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 23 May 2023 00:39:57 -0400 Subject: finish gui, add new leaderboard system, redesign settings, switch lists to tables --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 5cb41aa..b76670f 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": "Table", + "request": "launch", + "mainClass": "test.Table", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + }, { "type": "java", "name": "GUIDriver", -- cgit v1.2.3