RingOfRaces/MiscCodes/TouchScreenButton.gd

7 lines
118 B
GDScript3
Raw Normal View History

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