just adding more missing stuf
This commit is contained in:
parent
8fe442807a
commit
fd099c84ca
9 changed files with 59 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue