Skip to content

Commit ece4031

Browse files
committed
many changes
1 parent 0e35a3e commit ece4031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygame/button-change-stage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Using button to change `Stage`
33

4-
It uses `event.MOUSEBUTTONDOWN` instead of `mouse.get_pressed()` so it has no problem when buttons are in the same place.
4+
It uses [event.MOUSEBUTTONDOWN](http://pygame.org/docs/ref/event.html) instead of [mouse.get_pressed()](http://pygame.org/docs/ref/mouse.html#pygame.mouse.get_pressed) so it has no problem when buttons are in the same place.
55

66
![#1](images/pygame-stage1.png?raw=true)
77

0 commit comments

Comments
 (0)