5 lines
125 B
GDScript
5 lines
125 B
GDScript
extends "res://UI/MenuBar/Inventory/ItemInventoryDisplay.gd"
|
|
|
|
func _on_gui_input(event):
|
|
pass # Replace with function body.
|