Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file

This commit is contained in:
Hendrik Brucker 2023-07-14 22:35:39 +02:00
parent a7583881af
commit a29a680920
26 changed files with 1334 additions and 1109 deletions

View file

@ -62,6 +62,7 @@
#include "scene/main/canvas_layer.h"
#include "scene/main/window.h"
#include "scene/resources/packed_scene.h"
#include "scene/resources/style_box_texture.h"
// Min and Max are power of two in order to play nicely with successive increment.
// That way, we can naturally reach a 100% zoom from boundaries.