# Assets ## Custom Assets ### `.entity` files Files ending in `.entity` store entity information. Note: This data is not auto-magically de/serialized by Bevy, we write our own parser using `nom`. This custom reading/writing can be found in `src/save.rs`. All `.entity` files list one component per line. Components include: * `name ` * `uuid ` * `transform translation rotation scale ` * `model "" ""`