RingOfRaces/MiscCodes/TouchScreenButton.gd

7 lines
118 B
GDScript

extends TouchScreenButton
onready var ShowInventory = Global.ShowInventory
func _input(always):
ShowInventory = 1;