mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Redesign the graph editor for visual shaders
This commit is contained in:
parent
16d61427ca
commit
02a33b67a8
13 changed files with 438 additions and 63 deletions
|
|
@ -99,6 +99,9 @@ private:
|
|||
|
||||
Color vector_expanded_color[4];
|
||||
|
||||
// Visual shader specific theme for using MSDF fonts (on GraphNodes) which reduce aliasing at higher zoom levels.
|
||||
Ref<Theme> vs_msdf_fonts_theme;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue