Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
259B

  1. '''
  2. Filename gbe/__init__.py
  3. Author: Bryan "ObsidianBlk" Miller
  4. Date Created: 8/1/2018
  5. Python Version: 3.7
  6. '''
  7. from . import time
  8. from . import display
  9. from . import events
  10. from . import nodes
  11. from . import resource
  12. from . import statemachine