working on platfoermer, rather confused
This commit is contained in:
parent
34eb42616d
commit
88cb8f5899
11 changed files with 244 additions and 7 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue