Skip to content

Commit

Permalink
Merge pull request #9102 from skyace65/ColorChange
Browse files Browse the repository at this point in the history
Document that hint_color is now source_color
  • Loading branch information
mhilbrunner committed Mar 16, 2024
2 parents ea77d5a + 77969eb commit 0664ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/migrating/upgrading_to_godot_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ Some notable renames you will need to perform in shaders are:
- Texture filter and repeat modes are now set on individual uniforms, rather
than the texture files themselves.
- ``hint_albedo`` is now ``source_color``.
- ``hint_color`` is now ``source_color``.
- :ref:`Built in matrix variables were renamed. <doc_spatial_shader>`
- Particles shaders no longer use the ``vertex()`` processor function. Instead
they use ``start()`` and ``process()``.
Expand Down

0 comments on commit 0664ab7

Please sign in to comment.