classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-22 10:06:27 +01:00
parent 2ef8d8df34
commit 19fca2678c
128 changed files with 4153 additions and 2432 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ The following code will set ``can_shoot`` to ``false`` and start a timer. This w
.. code-tab:: gdscript
var _can_shoot = true
onready var _cool_down = $CoolDownTimer
@onready var _cool_down = $CoolDownTimer
func shoot():
if _can_shoot and Input.is_action_pressed("shoot"):