Skip to content

Commit 5b8badf

Browse files
authored
Update README.md
1 parent f4f433e commit 5b8badf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In this example, we enable/disable ScreenShake!
5656
```gdscript
5757
extends Node3D
5858
59-
func _process(_delta):
59+
func _process(_delta) -> void:
6060
# Check if Screen Shake is enabled
6161
if $PostProcess.configuration.ScreenShake:
6262
# Change the Screen Shake Power by 0.1 each frame

0 commit comments

Comments
 (0)