TowerGame/scripts/item.gd

7 lines
111 B
GDScript3
Raw Permalink Normal View History

2025-04-21 20:49:29 +01:00
extends Resource
class_name Item
@export var icon: Texture2D
@export var name: String
@export var model: Mesh