almost finishing theming support
This commit is contained in:
parent
5cbb13cf4b
commit
3932589790
8 changed files with 181 additions and 61 deletions
|
|
@ -16,8 +16,8 @@ public:
|
|||
s.nodes=std::list<nodes::node*>{
|
||||
|
||||
new nodes::colored(Color{255,255,255,255},0,0,500,500),
|
||||
new nodes::textfield(nullptr,Color{255,127,127,255},Color{127,127,127,255}
|
||||
,100,100,220,32,GetFontDefault(),32,
|
||||
new nodes::textfield(nullptr,enginend::DEFAULT
|
||||
,100,100,220,32,32,
|
||||
"welcome to enginend!\n"
|
||||
"hehe"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue