gae_wild_jam/scripts/drop_table.gd

7 lines
160 B
GDScript

extends Resource
class_name DropTable
@export var drop: PackedScene
@export var chance: float
# Called when the node enters the scene tree for the first time.