#Why does imageTexture don't set the Image?
1 messages · Page 1 of 1 (latest)
ooof,. nvm fixed
var texture = ImageTexture.new()
# override the texture
texture = texture.create_from_image(image)
mind - in 4.0, create_from_image() is a static function - there's no need to be doing ImageTexture.new() - just do ImageTexture.create_from_image(image)