almost finishing theming support

This commit is contained in:
kin fuyuki 2026-02-20 07:55:55 -03:00
commit 3932589790
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
8 changed files with 181 additions and 61 deletions

View file

@ -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"
)