From 57eed1a3ec2b16535c6d4365115c09366ec03240 Mon Sep 17 00:00:00 2001 From: Aidan Ross Date: Tue, 23 May 2023 08:53:56 -0400 Subject: Finally i can code again, rewriting some lost animation code --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') 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", -- cgit v1.2.3