Chaos_Kitchen/Scripts/Interactibles/Item.gd

5 lines
79 B
GDScript

class_name Item extends Node
var Name : String = "none"
var Icon : Sprite2D