A game framework written with osu! in mind.

Add a cake.config. This corrects the tool resolve path that cake uses.

If you do not set this, you can not use cakebuild vscode integrations.

Changed files
+10
+10
cake.config
··· 1 + ; This is the default configuration file for Cake. 2 + ; This file was downloaded from https://github.com/cake-build/resources 3 + 4 + [Paths] 5 + Tools=./build/tools 6 + Addins=./build/tools/Addins 7 + Modules=./build/tools/Modules 8 + 9 + [Settings] 10 + SkipVerification=false