main.heritage 360 B

12345678910111213141516
  1. info():
  2. title: Example Game
  3. author: HERITAGE
  4. license: CC0
  5. version: 1
  6. /* Imports are a totally optional feature to allow us to organise our game
  7. files more nicely. We could also simply put all functionality here. */
  8. /* Import as many or as little files as you like. */
  9. import(vars)
  10. import(items)
  11. import(actions)
  12. import(rooms)
  13. import(exits)