licensing the project
This commit is contained in:
parent
e420167124
commit
ea1f4364f1
7 changed files with 966 additions and 803 deletions
|
|
@ -4,12 +4,9 @@
|
|||
#include <thread>
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
|
||||
#include "../../../engine/src/scenes/nodes.h"
|
||||
#include "../../../engine/src/scenes/nodes.h"
|
||||
#include"themes.h"
|
||||
using namespace enginend;
|
||||
using namespace enginend::nodes;
|
||||
using namespace enginend::nodes::twod;
|
||||
netio nete{};
|
||||
/*
|
||||
|
||||
|
|
@ -175,7 +172,7 @@ public:
|
|||
playbtn[0]=LoadTexture("res/playoff.png");
|
||||
playbtn[1]=LoadTexture("res/playon.png");
|
||||
playbutton= new button(&playbtn[0], enginend::DEFAULT,406,(18*11)+17+9,153,59,std::function<void()>(playbuttonfunc));
|
||||
currentscene->nodes=std::list<node*>{
|
||||
currentscene->nodes=std::list<nodes::node*>{
|
||||
new background(&bg,0,0,600,300),
|
||||
new textured(&buttonfore,3,36,62,62),
|
||||
new textured(&buttonlock,3,36+((62+4)*1),62,62),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue