licensing the project

This commit is contained in:
kin fuyuki 2026-02-21 14:16:46 -03:00
commit ea1f4364f1
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
7 changed files with 966 additions and 803 deletions

View file

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