LandOfBarl/LandOfBarl.uproject

32 lines
512 B
Plaintext
Raw Normal View History

2025-03-30 14:53:43 +02:00
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "LandOfBarl",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"PreBuildSteps": {
"Win64": [
"cd $(ProjectDir)/Source/land_of_barl",
"cargo build --release"
],
"Mac": [
"cd $(ProjectDir)/Source/land_of_barl",
"cargo build --release"
]
},
2025-03-30 14:53:43 +02:00
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}