Run the following commands:
cocos new Sugar-Overdose -l cpp -d ./
cd Sugar-Overdose
git init
git remote add origin https://github.com/Studio-Chimera/Sugar-Overdose.git
git fetch
git checkout origin/master -f
git switch -c master
On Linux or MacOs:
rm Resources/*.png
rm Classes/HelloWorld*
On PowerShell:
rm Resources\*.png
rm Classes\HelloWorld*
On Windows cmd:
del Resources\*.png
del Classes\HelloWorld*