AzureAbyss/the_twilight_abyss.uproject
MH261677 aad21aa491 Added Enemycollision script
Added enemy collision script and made it output the player being hit.
2022-11-07 17:40:38 +00:00

37 lines
535 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.0",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "the_twilight_abyss",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "Bridge",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"TargetPlatforms": [
"Windows"
]
}