Results 5 issues of Rancic

Using ysort in #489 gives me the same value for all tiles in the same level. I don't know if this is intentional or if it worked differently in previous...

Needs-Triage

Addresses the issue of wasm build not working correclty and itch panicking because of missing meta files that don't exist, #48.

I am trying to put a wasm build on itch but it just doesn't work. I [cloned this repo](https://github.com/PraxTube/begy_game_test) and put it on [itch](https://praxtube.itch.io/begygametest) to see why wasm isn't building....

bug
good first issue

**Describe the bug** The `Sprite` component doesn't seem to be respawned when despawning an entity with `.despawn_recursive()`. Other components like `Transform` and custom Components get properly respawned. The issue results...

bug