15 lines
177 B
YAML
15 lines
177 B
YAML
meta:
|
|
engine: 4.1.0
|
|
author: phiwan
|
|
|
|
|
|
units:
|
|
kx: cx
|
|
ky: cy
|
|
# padding
|
|
px: kx + 2
|
|
py: ky + 2
|
|
# adjust preview rendering
|
|
$default_width: cx
|
|
$default_height: cy
|
|
|