working on platfoermer, rather confused

This commit is contained in:
Tabby 2025-05-16 22:57:02 +10:00
parent 34eb42616d
commit 88cb8f5899
11 changed files with 244 additions and 7 deletions

View file

@ -15,6 +15,8 @@ func _process(delta: float) -> void:
if(Input.is_action_just_pressed("advance_prompt")):
hidePopup()
if(label.text == "Broken TV Remote"):
label.text = ""
print("meow")
GameManager.actually_gaming()
func showPopup(item_name : String, item_texture : Texture):