game: add xp orbs

This commit is contained in:
2025-08-19 15:31:32 +02:00
parent 8fc3cf4838
commit 42fd207906
4 changed files with 22 additions and 0 deletions

4
scenes/xp_orb.gd Normal file
View File

@@ -0,0 +1,4 @@
class_name XPOrb
extends Node2D
@export var value: float