N/A
N/A
Exits the engine mainloop and initiates a clean shutdown.
import agan
class game():
def create(self):
return self
#
def update(self):
agan.die()
#
def close(self):
pass