Mini-Games-Game/.vscode/launch.json
Arlo Filley cdc25bd8b1 Feature: Moving "Enemy"
Added:
- Circular enemy movement pattern
2024-04-29 23:54:45 +01:00

10 lines
178 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}