RingOfRaces/MiscCodes/TouchScreenButton.gd

7 lines
119 B
GDScript3
Raw Permalink Normal View History

extends TouchScreenButton
2023-03-25 20:42:54 +00:00
@onready var ShowInventory = Global.ShowInventory
func _input(always):
ShowInventory = 1;