jumpy icon indicating copy to clipboard operation
jumpy copied to clipboard

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶

Results 123 jumpy issues
Sort by recently updated
recently updated
newest added

Hi, I using my screen at 150% scaling. And game looks like : ![fish](https://user-images.githubusercontent.com/26650249/180642011-9afc5db4-fcd6-4a75-ae6e-63c785f7ff39.png) When I set the scaling 100%, everything works flawlessly! ![fish2](https://user-images.githubusercontent.com/26650249/180642092-48917ca2-1ead-4c90-96a0-e6f354f385d3.png)

Some features are missing after the merge: - In-game menus (both Macroquad and Internal) - Main menu (Internal only) - Particles (Internal only) Main menu has been reimplemented as a...

There is an issue when enabling egui (egui_glow) with the new OpenGL backend, where white artifacts appear around the player sprites. It also makes all the glyphs rendered with glyph...

The editor will render swords in their upright position, and offset from how they will actually spawn. ![image](https://user-images.githubusercontent.com/25393315/173883860-67444d91-d512-46f8-bd51-28377a6e2782.png)

This is probably not going to be an issue with the renderer rework, but if we want to do a release before the renderer rework is done, then it could...

There needs to be a way to tell which players have confirmed their character selection. It's easy to get stuck on the character select screen without knowing how to proceed....

I have to double-check the code to make sure, but I believe that fish currently spawn at the top left corner of the spawn point sprite in the editor, when...

We have [forked](https://github.com/olefasting/macroquad_particles) macroquad_particles to add serde support, which opens up to adding features that are not likely to be addressed upstream in the near future, like texture support.

enhancement
help wanted

@PixelFrog123 clearly demonstrates such a system in one of his asset packs: ![](https://img.itch.zone/aW1hZ2UvNDk4MTk0LzI1NzYzMTQuZ2lm/original/kVnyY1.gif) We wanna have a system just like this. If an explosive comes close to a character, it...

help wanted