7 lines
118 B
GDScript3
7 lines
118 B
GDScript3
|
extends TouchScreenButton
|
||
|
|
||
|
onready var ShowInventory = Global.ShowInventory
|
||
|
|
||
|
func _input(always):
|
||
|
ShowInventory = 1;
|