Added the Unreal Project to the repo

Adding a Third Person Unreal Template project to the repo
This commit is contained in:
2023-10-06 22:17:05 -04:00
parent f54ac7af2a
commit 128f80fec9
230 changed files with 1522 additions and 0 deletions

25
jumpingship.uproject Normal file
View File

@ -0,0 +1,25 @@
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "jumpingship",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}