Skip to content

zacryol/bevy_picking_tilemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_picking_tilemap

Provides a picking backend to add integration with bevy_ecs_tilemap, enabling individual Tile entities to receive the picking triggers.

How to use

In addition to the plugins for picking and bevy_ecs_tilemap, simply add the TilemapBackend to the App. Then, any entity with the TileBundle should be able to receive picking events.

  • See the basic example for more detail.

About

Compatability between `bevy_mod_picking` and `bevy_ecs_tilemap`

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages