tick()
      Runs the main tick function of the engine. This is called in a loop when doing 'engine.start()' but can also be called manually if needed. Returns True if the tick ran and False otherwise (due to FPS limit)
Return Value: True or False

file: src/engine.c

landing