Initial commit

This commit is contained in:
2024-07-11 08:57:22 +00:00
commit b914df0c92
158 changed files with 611 additions and 0 deletions

16
Cmd/regenerate.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
cd "$(dirname "$0")/.."
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
sh Cmd/remove_binaries.sh
rm -rf $PROJECT_NAME.code-workspace\
Makefile\
Saved\
.vscode
GenerateProjectFiles.sh -project="$PWD/$PROJECT_NAME.uproject" -game
rm .ignore