It s a little game where you can move a blue square around the screen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
234 B

3 years ago
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "HashLink",
  6. "request": "launch",
  7. "type": "hl",
  8. "cwd": "${workspaceFolder}",
  9. "preLaunchTask": {
  10. "type": "haxe",
  11. "args": "active configuration"
  12. }
  13. }
  14. ]
  15. }