RingOfRaces/TouchScreenButton.gd
2020-10-07 22:24:10 +02:00

7 lines
118 B
GDScript

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