1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

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

@@ -37,6 +37,8 @@
#include "core/os/os.h"
#include "scene/gui/color_mode.h"
#include "scene/resources/image_texture.h"
#include "scene/resources/style_box_flat.h"
#include "scene/resources/style_box_texture.h"
#include "servers/display_server.h"
#include "thirdparty/misc/ok_color.h"
#include "thirdparty/misc/ok_color_shader.h"