update player death and add global node enum

This commit is contained in:
2025-10-21 12:03:48 +01:00
parent deec0fb581
commit add900d0f5
5 changed files with 18 additions and 2 deletions

4
scripts/NodeTypes.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node2D
const COLLISION_SHAPE_2D = "CollisionShape2D"
const CHARACTER_BODY_2D = "CharacterBody2D"