pull/2/head
godotg 2022-07-23 10:12:22 +08:00
parent 4502dd3255
commit 0f6b7976c0
2 changed files with 0 additions and 21 deletions

18
.vscode/launch.json vendored
View File

@ -1,18 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "godot",
"type": "godot",
"request": "launch",
"project": "${workspaceFolder}",
"port": 6007,
"address": "127.0.0.1",
"launch_game_instance": true,
"launch_scene": true
}
]
}

View File

@ -1,3 +0,0 @@
{
"godot_tools.editor_path": "d:\\Program\\Godot_v3.3.3-stable_win64.exe\\Godot_v3.3.3-stable_win64.exe"
}