Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
SET001 committed Nov 13, 2023
1 parent 4ffa80d commit 9e78fe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ A small [Bevy](https://github.com/bevyengine/bevy) plugin to scroll things and c

## About

A small [Bevy](https://github.com/bevyengine/bevy) plugin to scroll things.

The idea is simple - you define an area for the scroller and select an item generator that will be responsible for generating items. Scroller will fill the area with items from this generator, update its position, track which items moved out of the area and need to be destroyed, and track when new items need to be generated. This plugin makes no assumptions as to what actually will be a scroller item. There are few predefined generators that implements common strategies to gerenerate sprites as scroller items. You can also [implement your own generators](#custom-generators) to scroll whatever you want ([tilemaps](#example_tilemap), animations, complex entity hierarchies, etc.).

By creating mutliple scrollers with different z-index, sprite and speed, you can easily create parallaxes ([example](#example_parallax)).
Expand Down

0 comments on commit 9e78fe7

Please sign in to comment.