|
@@ -290,9 +290,6 @@ The final script should look like this:
|
|
func _on_Button_pressed():
|
|
func _on_Button_pressed():
|
|
get_node("Label").text = "HELLO!"
|
|
get_node("Label").text = "HELLO!"
|
|
|
|
|
|
- func _on_button_pressed():
|
|
|
|
- get_node("Label").text = "HELLO!"
|
|
|
|
-
|
|
|
|
.. code-tab:: csharp
|
|
.. code-tab:: csharp
|
|
|
|
|
|
using Godot;
|
|
using Godot;
|