bevy/examples/asset/files
Noah Emke c0aa5170bc
Add example for using .meta files (#12882)
# Objective

- Fixes #12411 
- Add an example demonstrating the usage of asset meta files.

## Solution

- Add a new example displaying a basic scene of three pixelated images
- Apply a .meta file to one of the assets setting Nearest filtering
- Use AssetServer::load_with_settings on the last one as another way to
achieve the same effect
- The result is one blurry image and two crisp images demonstrating a
common scenario in which changing settings are useful.
2024-04-08 17:10:56 +00:00
..
bevy_pixel_dark.png Add example for using .meta files (#12882) 2024-04-08 17:10:56 +00:00
bevy_pixel_dark_with_meta.png Add example for using .meta files (#12882) 2024-04-08 17:10:56 +00:00
bevy_pixel_dark_with_meta.png.meta Add example for using .meta files (#12882) 2024-04-08 17:10:56 +00:00
bevy_pixel_dark_with_settings.png Add example for using .meta files (#12882) 2024-04-08 17:10:56 +00:00
bevy_pixel_light.png Add extra_asset_source example (#11824) 2024-03-06 16:00:03 +00:00