0xE111 / cat-400

Game framework for nim programming language. Modular and extensible
Mozilla Public License 2.0
88 stars 5 forks source link

sandbox's collectAssets does not copy gls4 shaders. #4

Closed enthus1ast closed 5 years ago

enthus1ast commented 5 years ago

Expected behaviour:

What should happen? collectAssets should copy all required assets into build folder. Also gls4 shaders.

Real behaviour:

What happens? collectAssets does not copy gls4 shaders.

Nim version: Nim Compiler Version 0.19.1 [Linux: amd64]

Framework version: current

0xE111 commented 5 years ago

collectAssets should copy assets from sources to build dir. I made it to use absolute path, hope it helps. Please report if problem persists.