name = "Empty Raylib project" templates = [ "Makefile", "main.c", ".gitignore" ] [params.WINDOW_WIDTH] prompt = "Window width" default = "800" [params.WINDOW_HEIGHT] prompt = "Window height" default = "600"