just adding more missing stuf

This commit is contained in:
kin fuyuki 2025-12-29 14:05:05 -03:00
commit fd099c84ca
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
9 changed files with 59 additions and 15 deletions

View file

@ -8,8 +8,9 @@ client::client() {
void client::boot() {
this->framerate=60;
this->tickrate=20;
InitWindow(380,240,"forespend - 0.03h");
// SetConfigFlags();
InitWindow(380,240,"forespend - 0.03h");
initconfigmenu();
this->currentscene=new mainmenu();
this->currentscene->boot();
target=LoadRenderTexture(380,240);