mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-04 03:48:28 +02:00
Prepared package for adding GM sheets.
- Improved test coverage in ``make_sheets.py``. - Refactor file loading to make it more flexible. - Added a stub ``gm.py`` example.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""This file describes game-manager notes.
|
||||
|
||||
It's used for creating notes for the GM to keep track of various
|
||||
monsters, etc.
|
||||
|
||||
"""
|
||||
|
||||
dungeonsheets_version = "0.14.0"
|
||||
|
||||
sheet_type = "gm"
|
||||
Reference in New Issue
Block a user