Allow window resizing

This commit is contained in:
Luka Jankovic 2025-06-16 23:44:53 +02:00
parent b217a72e6d
commit 89e548eca8

View file

@ -1,6 +1,7 @@
#include "kubo_window.h"
void kubo_window_init(struct kubo_context *context) {
SetConfigFlags(FLAG_WINDOW_RESIZABLE);
InitWindow(KUBO_WINDOW_WIDTH, KUBO_WINDOW_HEIGHT, "Kubo");
}