Crates.io | bevy_la_mesa |
lib.rs | bevy_la_mesa |
version | |
source | src |
created_at | 2024-07-21 23:26:33.547293 |
updated_at | 2024-12-02 09:49:57.896484 |
description | Build card games with Bevy |
homepage | |
repository | https://github.com/stillonearth/bevy_la_mesa |
max_upload_size | |
id | 1310642 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Plugin for building card-based games on bevy. Handles deck, cards, hand and table.
Event | Descritpion |
---|---|
RenderDeck |
render deck on table |
DeckRendered |
when deck is rendered |
CardHover |
mouse card hover on |
CardOut |
mouse card pointer off |
CardPress |
press card |
DeckShuffle |
shuffle deck of cards |
DrawHand |
draw cards from deck to hard |
PlaceCardOnTable |
place card from hand or deck on table |
AlignCardsInHand |
align cards in hands spacially |
DiscardCardToDeck |
place card from back to deck |