EndlessZombie/EndlessZombie.uproject
JKuijperM bf291cdda5 Created the life counter
Added the life counter to the HUD of the game.
2023-04-07 16:38:54 +02:00

26 lines
379 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "EndlessZombie",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}