ok ok i made a ton of progress on theming

This commit is contained in:
kin fuyuki 2026-02-20 05:38:16 -03:00
commit 5cbb13cf4b
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
14 changed files with 128 additions and 61 deletions

View file

@ -1,6 +1,5 @@
#include <incmgr.h>
#include <raylib.h>
#include <enginend/scenes/node2d.h>
#include <enginend/engine.h>
#include "netio.h"
#include <thread>
#include <atomic>
@ -119,6 +118,8 @@ public:
const char* CONF() final{return "test.tdf";}
launcher(){};
void boot() override {
currentscene = new scene{};
tickrate=15;
framerate=15;
SetConfigFlags(FLAG_WINDOW_UNDECORATED|FLAG_WINDOW_TRANSPARENT|FLAG_WINDOW_TOPMOST);