1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add 9-slice background support to button formspec elements (#9290)

This commit is contained in:
Hugues Ross 2020-01-26 14:35:26 -05:00 committed by rubenwardy
parent cde2a7f6f2
commit 60544ac56f
9 changed files with 86 additions and 4 deletions

View file

@ -330,5 +330,7 @@ private:
video::SColor PressedColors[4];
gui::IGUIStaticText *StaticText;
core::rect<s32> BgMiddle;
// END PATCH
};