brought back drops on all enemy deaths

This commit is contained in:
derek
2025-02-13 17:04:01 -06:00
parent c04423406b
commit 804e4d68c3
3 changed files with 4 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ extends CharacterBody3D
signal last_enemy_dead()
var player
var loot_amount = 0
var last_enemy : bool = false
@export var health = 3
@export var SPEED = 3.0
@export var loot_amount = 2
const MAX_LV = 10
const MAX_AV = 10