Title screen new art

This commit is contained in:
Marco 2025-03-10 14:23:28 +01:00
commit e41fd125de
7 changed files with 30 additions and 24 deletions

View file

@ -45,6 +45,8 @@ public partial class PlayerDamageReceiver : Area2D
public void Init()
{
Invulnerable = GlobalState.Instance.SessionSettings.GodMode;
_healthProvider.ResourceChanged += ((value, maxValue) =>
{
//if (!Enabled) return;