diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-05-23 14:40:13 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-05-23 15:20:42 +0200 |
commit | edf47f1ee438a06729bf25c20851568f2875245f (patch) | |
tree | 07a17f478fc066c4f61149728af06da03a234b85 /editor/icons/uint.svg | |
parent | d5c1b9f883adbb54900c145eafcaa789d0fd563c (diff) | |
download | redot-engine-edf47f1ee438a06729bf25c20851568f2875245f.tar.gz |
Delay initialization of the visual shader editor UI
This makes sure that the theme is ready to be used before the
methods is called.
Also add missing icons (and update some existing).
Co-authored-by: Samuel Wilson <yokomeshi@gmail.com>
Diffstat (limited to 'editor/icons/uint.svg')
-rw-r--r-- | editor/icons/uint.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/uint.svg b/editor/icons/uint.svg new file mode 100644 index 0000000000..7dd5a92925 --- /dev/null +++ b/editor/icons/uint.svg @@ -0,0 +1 @@ +<svg height="12" viewBox="0 0 16 12" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m5 2v2h2v-2zm2 2v2h-2v-2h-2v4c-.5522847 0-1-.4477153-1-1v-3h-2v3a3 3 0 0 0 0 .0507812 3 3 0 0 0 3 2.9492188h6v-4c.5522847 0 1 .4477153 1 1v3h2v-3c0-1.6568542-1.343146-3-3-3zm5 3c0 1.6568542 1.343146 3 3 3h1v-2h-1c-.552285 0-1-.4477153-1-1v-1h2v-2h-2v-2h-2z" fill="#5abbef"/><path d="m5 10v-6h-2v4a1 1 0 0 1 -1-1v-3h-2v3a3 3 0 0 0 3 3z" fill="#fff" fill-opacity=".39216"/></svg> |