Fix spawn location and on hit

This commit is contained in:
2023-09-04 11:36:31 -07:00
parent c2239d240e
commit e27fe40420
10 changed files with 79 additions and 54 deletions

View File

@@ -2,4 +2,8 @@ using Godot;
public partial class Character : CharacterBody3D
{
public void OnHit(Node3D node)
{
QueueFree();
}
}