Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 399 Bytes

Pygamecontrol 😎

this is a basic python file which can be used to control pygame objects

commands:

  • move(direction, num of pixels, item)
  • rotate(degrees, item, centered=True or False)
  • onclick(what to do)
  • onclick(what to do)
  • onmousedown(what to do)
  • onmouseup(what to do)
  • onkey(up or down, which key, what to do)