I finally had a chance to jump into your game, and I must say the overall music, atmosphere, and aesthetic are really well done. You created a very cool mood here.
However, I ran into a major technical issue right at the start. Specifically, as soon as the first mob was killed, the game entered a permanent slow-motion mode. My CPU and RAM usage were perfectly fine, so it did not feel like a hardware performance drop.
From a developer standpoint, it felt like you might have implemented a hit-stop or time-dilation effect on enemy death using Set Global Time Dilation, but the logic to reset it back to normal got interrupted. A very common issue is putting the reset Delay inside the enemy blueprint itself; when the enemy actor is destroyed, the delay gets aborted and the game stays in slow motion forever. You might want to check if that is what is causing the permanent slowdown in your code.
Regarding the gameplay, I ended up losing when my portal was destroyed. My main feedback here is that it was not immediately clear that the portal had its own health pool. Having a clearer health bar or a visual warning for the portal would help players understand when they are in critical danger.
Overall, the core idea is very interesting and the presentation is great. Thank you for the game, and good luck with the jam results!

