Erios909 / ShipCore-The-Game

A game in the ShipCore universe by Erios909
Other
5 stars 4 forks source link

VS Code build system integration. #72

Closed Dimi1010 closed 10 months ago

Dimi1010 commented 10 months ago

Added configuration to enable building the project from the VS Code task system.

Restructured the static resources ("images" and "sounds" folders) to be under "web" folder. The web folder is to contain any resources needed by the game at runtime. The build process automatically copies any files in the "web" folder to the root of the "out" folder.

Added two main VS Code tasks:

Requirements:

daedsidog commented 10 months ago

I don't use VS Code, but Erios does. This looks fine so long as it doesn't interrupt his workflow.