RingOfRaces/TouchScreenButton.gd

7 lines
125 B
GDScript3
Raw Normal View History

2020-08-29 14:36:49 +00:00
extends TouchScreenButton
onready var ShowInventory = get_node("res://Global.gd")
func _input(always):
ShowInventory = 1;