wont use lua lol
This commit is contained in:
parent
2577b18b43
commit
1c27658641
15 changed files with 101 additions and 26 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue