game: add group for xp orbs

This commit is contained in:
2025-08-19 15:33:22 +02:00
parent 42fd207906
commit 9f5f628891
3 changed files with 3 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ signal sig_stop_spawning(value: bool)
const GROUP_ENEMY = "enemy"
const GROUP_DAMAGEABLE = "damagable"
const GROUP_PLAYER = "player"
const GROUP_XP_ORB = "xp_orb"