things/_templates/raylib/empty/template.toml

14 lines
203 B
TOML

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