godot/modules/noise
Yuri Sizov 95b27fe8c7 Reorganize code related to editor theming
This change introduces a new EditorThemeManager class
to abstract theme generatio and its subroutines.

Logic related to EditorTheme, EditorColorMap, and editor
icons has been extracted into their respective files with
includes cleaned up.

All related files have been moved to a separate folder to
better scope them in the project. This includes relevant
generated files as well.
2024-01-16 11:57:45 +01:00
..
doc_classes
editor Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
icons
tests
SCsub
config.py
fastnoise_lite.cpp Tweak FastNoiseLite property hints for better slider usability 2023-11-05 23:25:05 +01:00
fastnoise_lite.h
noise.cpp Fix FastNoiseLite.get_image crashes with bad param 2023-10-30 18:44:44 +08:00
noise.h
noise_texture_2d.cpp Update deferred calls to use Callables 2024-01-09 16:11:47 +01:00
noise_texture_2d.h
noise_texture_3d.cpp Update deferred calls to use Callables 2024-01-09 16:11:47 +01:00
noise_texture_3d.h
register_types.cpp
register_types.h