Chaos_Kitchen/Scripts/Interactibles/Item.gd

6 lines
79 B
GDScript3
Raw Normal View History

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