Answers for "change color of sprites via scripts in godot"

0

change color of sprites via scripts in godot

$Sprite.modulate = color(red, green, blue)
# 0 < red < 1
# 0 < green < 1
# 0 < blue < 1
Posted by: Guest on April-11-2021

Code answers related to "change color of sprites via scripts in godot"

Browse Popular Code Answers by Language