basics.py 149 B

1234567891011
  1. from jogai import *
  2. def test_example01():
  3. def move():
  4. ...
  5. prepare('no_characters.yaml')
  6. while is_running():
  7. update()