game: add hp pickup

This commit is contained in:
2025-08-20 05:36:23 +02:00
parent 1c85c94a9a
commit 2c781e4d2a
9 changed files with 44 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
class_name PickupBase
extends Node2D
@export var value: float
@export var max_speed: float = 100.0
@export var min_speed: float = 10.0