7 lines
125 B
GDScript
7 lines
125 B
GDScript
extends TouchScreenButton
|
|
|
|
onready var ShowInventory = get_node("res://Global.gd")
|
|
|
|
func _input(always):
|
|
ShowInventory = 1;
|