This commit is contained in:
nub31
2025-09-29 18:48:22 +02:00
parent 0de84375d3
commit 745b3234d9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

View File

@@ -5,7 +5,7 @@ module "main"
extern "main" func main(args: []cstring): i64
{
raylib::SetConfigFlags(raylib::FLAG_VSYNC_HINT)
raylib::SetConfigFlags(raylib::FLAG_VSYNC_HINT | raylib::FLAG_WINDOW_RESIZABLE)
raylib::InitWindow(1600, 900, "Hi from nub-lang")
raylib::SetTargetFPS(240)