mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
General proofreading (#1262)
* General proofreading for grammar and spelling * General formatting * Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
This commit is contained in:
@@ -74,7 +74,7 @@ func _on_enable_sun_toggled(button_pressed: bool) -> void:
|
||||
|
||||
|
||||
func _on_animate_lights_toggled(button_pressed: bool) -> void:
|
||||
for animatable_node in get_tree().get_nodes_in_group("animatable"):
|
||||
for animatable_node in get_tree().get_nodes_in_group(&"animatable"):
|
||||
animatable_node.set_process(button_pressed)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user