Files
Citadel-Station-13-RP/icon_cutter_templates/bitmask/diagonal_32x32.toml
2025-07-19 10:48:03 -04:00

13 lines
209 B
TOML

template = "bitmask/cardinal_32x32"
# We're diagonal
smooth_diagonally = true
# And because of that we need a state for all directions
[positions]
convex = 0
vertical = 1
horizontal = 2
concave = 3
flat = 4