added weapon wheel and model texture creator

This commit is contained in:
derek
2024-12-11 16:11:29 -06:00
parent 0ec82d84aa
commit 5ceaa00785
45 changed files with 1337 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
extends Area3D
@export var damage :=1
@export var damage : float = 1
var damage_number = preload("res://assets/damage_number.tscn")