facecam2d/models/test/model.toml

31 lines
405 B
TOML
Raw Normal View History

[format]
version_major = 0
version_minor = 1
[model_info]
name = "Test Model"
version = "1.0"
[[part]]
texture = "head-base.png"
bind = "head"
[[part]]
texture = "face-eyes.png"
bind = "head"
follow = "face"
factor = 0.85
[[part]]
bind = "head"
follow = "face"
factor = 1.0
[[part.textures]]
file = "face-mouth-closed.png"
[[part.textures]]
file = "face-mouth-open.png"
trigger = "mouth-open"