From 39a01b860b1d348088202d89ac3e3fa10410f9ed Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 17 May 2023 08:54:49 -0400 Subject: add LevelSurround --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 9596ad3..257652c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -49,7 +49,8 @@ "name": "Driver", "request": "launch", "mainClass": "fallTest.Driver", - "projectName": "GuitarHero" + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" }, { "type": "java", -- cgit v1.2.3