RingOfRaces/MiscCodes/TouchScreenButton.gd

7 lines
119 B
GDScript

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