This commit is contained in:
2023-06-12 22:46:06 +02:00
commit 25559b81e3
784 changed files with 2284 additions and 0 deletions

37
FireworkDuels.uproject Normal file
View File

@@ -0,0 +1,37 @@
{
"FileVersion": 3,
"EngineAssociation": "5.0",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FireworkDuels",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "OculusVR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Android"
]
}
],
"TargetPlatforms": [
"Android",
"Windows"
]
}