RingOfRaces/TouchScreenButton.gd

7 lines
118 B
GDScript3
Raw Normal View History

2020-08-29 14:36:49 +00:00
extends TouchScreenButton
2020-10-07 20:24:10 +00:00
onready var ShowInventory = Global.ShowInventory
func _input(always):
ShowInventory = 1;