Class reference: snake_case .gd filenames, _on_*

This is for:
https://github.com/godotengine/godot-docs/issues/6245
This commit is contained in:
Doug Thompson
2023-01-15 13:26:21 +00:00
parent 9711abe787
commit a4c734ed32
6 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@
_can_shoot = false
_cool_down.start()
func _on_CoolDownTimer_timeout():
func _on_cool_down_timer_timeout():
_can_shoot = true
[/gdscript]
[csharp]