Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Aug 18, 2021
1 parent 6cb5154 commit 8dd779d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ You can also create your own renderer. Just override ``ImSliderRenderer`` class
override any of the following methods:

- **draw_arrow(surface, arrow)**: Draw an arrow.
- **draw_arrow_state(surface, pressed)**: Draw arrow state.
- **draw_arrow_state(surface, arrow)**: Draw arrow state.
- **draw_dot(surface, dot)**: Draw a dot.
- **draw_dot_state(surface, pressed, selected)**: Draw page-dot state
- **draw_dot_state(surface, dot)**: Draw page-dot state
- **draw_slide(surface, slide)**: Draw a slide.
- **draw_slide_state(surface, image, selected)**: Draw slide state.
- **draw_slide_state(surface, slide)**: Draw slide state.
- **draw_background(surface)**: Draw background.

Getting/Setting data
Expand Down
2 changes: 1 addition & 1 deletion pygame_imslider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .slider import ImSlider, STYPE_SLIDE, STYPE_LOOP, STYPE_FADE
from .renderers import ImSliderRenderer

__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit 8dd779d

Please sign in to comment.