Martin Indra

Results 23 comments of Martin Indra

My observations: * It happens already in commit 76829f93 * c3c40883 is still affected * The shadows are off immediately after the example window is opened * It seems the...

> How about the closer the sound the higher the priority and we play the top 25 sounds. Maybe also decrease priority for duplicate sounds. Prioritizing based on camera distance...

This is a last resort solution. I would much prefer using an existing library as long as it supports needed geometric operations or accepts new PRs.

> I wanted to fix #664 but since the fix there seems to require a bit of refactoring as well, I am exploring how this longer-term fix would work. >...

This will probably be fixed as a side effect of #689.

This might be solved by a future version of Bevy: https://github.com/bevyengine/bevy/discussions/9538

Screenshot API was [added to Bevy v0.11](https://bevyengine.org/news/bevy-0-11/#screenshot-api). Blocked by #622.

PR #558 introduced `godmode` feature flag. The flag allows selection of enemy units. There is still some remaining work to do: - [x] Document the build flag in README -...