Blobby/.vscode/launch.json
Jakob Feldmann fb325601aa New gras texture and polygons, camera changes
The levels have to conform to some criteria to fit into the frame.
They have to have the right size, the zoom and
limits do not work for every size >:
2022-11-07 22:56:14 +01:00

18 lines
517 B
JSON

{
// 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": "GDScript Godot",
"type": "godot",
"request": "launch",
"project": "C:\\Users\\Jakob\\Documents\\Godot\\Blobby",
"port": 6007,
"address": "127.0.0.1",
"launch_game_instance": true,
"launch_scene": false
}
]
}