RingOfRaces/TouchScreenButton.gd

7 lines
125 B
GDScript3
Raw Normal View History

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