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

@@ -32,6 +32,7 @@ player="Group containing current player"
enemy="Group containing all enemies"
damagable="Can be damaged using take_damage"
xp_orb="Experience orbs"
pickup="Items that can be picked up"
[input]
@@ -72,6 +73,7 @@ click={
2d_physics/layer_2="Enemies"
2d_physics/layer_3="Player"
2d_physics/layer_4="XP"
2d_physics/layer_5="Pickups"
[rendering]