![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | theolus |
The code is literally really simple as I’m just a complete begginer when it comes to godot and programming. Below theres the code
extends Panel
func _ready():
get_node("Button").connect("pressed",self, "_on_Button_pressed"
func _on_Button_pressed():
get_node("Label").text = "HELLO!"
The error says: error(6,1): Expected ‘,’ or ‘)’