egtting there

This commit is contained in:
Tabby 2025-05-16 01:29:12 +10:00
parent f16d046a6c
commit 35db2250f7
23 changed files with 395 additions and 11 deletions

View file

@ -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