commit 32a2a52ad4bc5821b8be68e4a0ff9348f8ade49a Author: baz Date: Mon Jun 10 19:26:41 2024 +0100 Init commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e8f1d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Content/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87e9962 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +Binaries +Build +DerivedDataCache +Intermediate +Platforms/HoloLens +Saved +.vscode +.vs +.vsconfig +*.VC.db +*.opensdf +*.opendb +*.sdf +*.sln +*.suo +*.xcodeproj +*.xcworkspace +.idea/ + +Plugins/Developer/RiderLink/ + +tank.sln.DotSettings.user diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9dfe57 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Vampires + +*This game has never been done before.* + +## Required Software + + - Unreal Engine 5.3 (or later) + - An IDE (Visual Studio 20XX, Rider) \ No newline at end of file