8 lines
83 B
GDScript
8 lines
83 B
GDScript
extends Node2D
|
|
|
|
var ShowInventory = 0
|
|
var LeftClick = 0
|
|
|
|
func _input(event):
|
|
pass
|