egtting there
This commit is contained in:
parent
f16d046a6c
commit
35db2250f7
23 changed files with 395 additions and 11 deletions
|
|
@ -14,6 +14,8 @@ func _process(delta: float) -> void:
|
|||
visible = active
|
||||
if(Input.is_action_just_pressed("advance_prompt")):
|
||||
hidePopup()
|
||||
if(label.text == "Broken TV Remote"):
|
||||
GameManager.actually_gaming()
|
||||
|
||||
func showPopup(item_name : String, item_texture : Texture):
|
||||
label.text = item_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue