Import megami

This commit is contained in:
2023-09-04 04:52:41 -07:00
parent b29f7ce75b
commit 70bf65887c
7 changed files with 2376 additions and 26 deletions

View File

@@ -8,5 +8,7 @@ public partial class GodCircuit : Node3D
var hpComponent = GetNode<HealthPoints>("HP Component");
hpComponent.TakeDamage(800000);
hpComponent.UpdateHealthbar();
if (hpComponent.CurrentHP <= 0)
QueueFree();
}
}