about summary refs log tree commit diff
path: root/src/Xanthous/messages.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19 Add items and inventoryGriffin Smith1-0/+3
Add a new "Item" entity, which pulls from the previously-existent ItemType raw, and add a "PickUp" command which takes the (currently *only*) item off the ground and puts it into the inventory.
2019-09-01 Implement messagesGriffin Smith1-0/+1
Implement messages almost the same as in the Rust version, only with YAML instead of TOML this time, and a regular old mustache template instead of something handrolled. Besides that, pretty much everything here is the same.