things/_templates/raylib/empty/template.toml

15 lines
221 B
TOML
Raw Permalink Normal View History

name = "Empty Raylib project"
templates = [
"Makefile",
2024-05-29 13:19:08 +03:00
"main.c",
".gitignore"
]
[params.WINDOW_WIDTH]
prompt = "Window width"
default = "800"
[params.WINDOW_HEIGHT]
prompt = "Window height"
default = "600"