Skip to content

Commit

Permalink
Update tutorials/animation/playing_videos.rst
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <[email protected]>
  • Loading branch information
ShawnHardern and AThousandShips authored Aug 23, 2024
1 parent 1b28cee commit 5f191b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/animation/playing_videos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ To allow users to manipulate the chroma key effect in real-time, we created slid
$VideoStreamPlayer.material.set("shader_parameter/chroma_key_color", color)

func _on_h_slider_value_changed(value):
# Update the "pickup_range" shader parameter of the VideoStreamPlayer's material
# Update the "pickup_range" shader parameter of the VideoStreamPlayer's material.
$VideoStreamPlayer.material.set("shader_parameter/pickup_range", value)

func _on_h_slider_2_value_changed(value):
Expand Down

0 comments on commit 5f191b9

Please sign in to comment.