15 lines
289 B
TOML
15 lines
289 B
TOML
|
name = "Raylib project with fancy pixel-art scaling and software-rendered canvas"
|
||
|
templates = [
|
||
|
"Makefile",
|
||
|
"main.c",
|
||
|
".gitignore"
|
||
|
]
|
||
|
|
||
|
[params.WINDOW_WIDTH]
|
||
|
prompt = "Initial window width"
|
||
|
default = "480"
|
||
|
|
||
|
[params.WINDOW_HEIGHT]
|
||
|
prompt = "Initial window height"
|
||
|
default = "320"
|