bevy_flicker 0.2.0

An easy to use event-based system to apply brief overlays to sprites and meshes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bevy]
version = "0.10.1"

[features]
warnings = []

[package]
authors = ["bilowik"]
categories = ["game-development"]
description = "An easy to use event-based system to apply brief overlays to sprites and meshes"
edition = "2021"
keywords = ["gamedev", "graphics", "bevy", "bevy_plugin"]
license = "Unlicense"
name = "bevy_flicker"
readme = "README.md"
repository = "https://github.com/bilowik/bevy_flicker"
version = "0.2.0"