wont use lua lol

This commit is contained in:
kin fuyuki 2026-02-22 22:15:45 -03:00
commit 1c27658641
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
15 changed files with 101 additions and 26 deletions

View file

@ -13,10 +13,10 @@ public:
InitWindow(500,500,"test");
SetTargetFPS(GetMonitorRefreshRate(GetCurrentMonitor()));
this->tickrate=GetMonitorRefreshRate(GetCurrentMonitor());
s.nodes=std::list<nodes::node*>{
s.nodes=std::vector<nodes::node*>{
new nodes::colored(Color{255,255,255,255},0,0,500,500),
new nodes::textfield(nullptr,enginend::DEFAULT
new nodes::twod::colored(Color{255,255,255,255},0,0,500,500),
new nodes::twod::textfield(nullptr,enginend::DEFAULT
,100,100,220,32,32,
"welcome to enginend!\n"
"hehe"