game: add magnet pickup

This commit is contained in:
2025-08-20 04:35:40 +02:00
parent 515e2a53e0
commit 702080af59
13 changed files with 119 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ const GROUP_ENEMY = "enemy"
const GROUP_DAMAGEABLE = "damagable"
const GROUP_PLAYER = "player"
const GROUP_XP_ORB = "xp_orb"
const GROUP_PICKUP = "pickup"
enum ModRarity { LEGENDARY, EPIC, RARE, NORMAL }