Skip to content

Commit

Permalink
Add a game launcher example.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 4, 2024
1 parent 3c068bf commit 9e1768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "Run the editor with V-Sekai game",
"type": "lldb",
"request": "launch",
"args": ["--path", "~/Desktop/v-sekai-game", "-e"],
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/godot/bin/godot.macos.editor.double.arm64",
"preLaunchTask": "Godot Engine",
Expand Down

0 comments on commit 9e1768a

Please sign in to comment.