python/planes: Fix slack-desc.
This commit is contained in:
parent
00f6c40238
commit
d7f752188a
|
@ -9,11 +9,11 @@
|
|||
planes: planes (surface framework for Pygame)
|
||||
planes:
|
||||
planes: The planes module introduces the "Plane" class which extends PyGame's
|
||||
planes: "Surface" functionality, offering a hierarchy of mouse-sensitive,
|
||||
planes: draggable Surfaces that can be used as sprites, windows, icons or
|
||||
planes: "Surface" functionality, offering a hierarchy of mouse-sensitive,
|
||||
planes: draggable Surfaces that can be used as sprites, windows, icons or
|
||||
planes: other interactive elements.
|
||||
planes:
|
||||
planes: Compatible with Python 2.x and Python 3.x
|
||||
planes:
|
||||
planes:
|
||||
planes:
|
||||
planes:
|
||||
|
|
Loading…
Reference in New Issue