Skip to content

v1.3

Compare
Choose a tag to compare
@koterba koterba released this 03 May 23:04
· 50 commits to main since this release
e2ee190
  1. Instead of doing a while loop, then running the mainloop() function inside of it, you can now simply use the run() function without any other loop
  2. To add logic or anything else you'd do in the while loop, simply make a function with the "@event" decorator, it will be ran automatically when calling the run function at the bottom