added simulated drop to arrows

This commit is contained in:
derek
2025-06-27 14:02:22 -05:00
parent 24e531faca
commit adbec01a63
6 changed files with 32 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ var gold = 0
const MAX_HEALTH : float = 100
var health = MAX_HEALTH
var arrows = 10
@export var arrows = 10
const MAX_STAMINA : float = 100
var stamina = MAX_STAMINA