bongocat-osu icon indicating copy to clipboard operation
bongocat-osu copied to clipboard

Help making a custom executable

Open MenuMarino opened this issue 4 years ago • 1 comments

Hello, I'm trying to modify the paw color in data.cpp by modifying the variable "paw": [255, 255, 255] by "paw": [239, 154, 35] (as shown here). I'm having several issues when running the Makefile and after hours of trying to solve the problem I was wondering if anyone can help me making the executable and sending it to me.

Sorry for the inconvenience.

MenuMarino avatar Aug 29 '20 00:08 MenuMarino

You don't change that in the source code, you change it in the config.json file that is in the same folder as your executable.

Remember to download the latest release first.

kuroni avatar Aug 29 '20 03:08 kuroni