Colleen

Results 6 issues of Colleen

**Current Behaviour** A crash will occur on `GalaEngine::TileLayer::Render()` if the `tiles` member is less than `width`x`height`. **Expected Behaviour** Tile rendering should stop once it reaches the limit of the `tiles`...

bug

**Current Behaviour** Resizing a TileLayer does not update the texture's size, causing artifacts and corrupted graphics when rendering. **Expected Behaviour** The texture should be properly resized with the layer. **Comment**...

bug

**Current Behaviour** Attempting to draw an entity without a sprite (`nullptr` as the sprite) will segfault. **Expected Behaviour** The sprite should not be drawn, without issue.

bug

Unloading assets doesn't properly release all the associated memory. This *could* be an issue with `Demo_Assets`. Analysis is required.

bug

Fonts are not properly loaded/unloaded when querying new font sizes.

bug

## What problem does this solve or what need does it fill? Bevy does not currently provide an ergonomic way to handle prerequisite plugins / resources in the same fashion...

C-Enhancement
A-App
X-Contentious