├── CNAME ├── ddmods └── toolmod │ ├── icons │ ├── add.png │ ├── example_tool.png │ └── question.png │ ├── library │ ├── custom_history_record.gd │ └── mysprite.gd │ ├── license.txt │ ├── mod.ddmod │ ├── preview.png │ └── scripts │ ├── export_formats │ └── example_export_format.gd │ └── tools │ ├── example_extend_tool.gd │ ├── example_new_tool.gd │ └── example_ui.gd ├── images ├── crosshead.jpg ├── d20pro.jpg ├── encounter_plus.jpg ├── fvtt-logo-512x512.png ├── humble.svg ├── maptool.png ├── roll20.png ├── splash.png ├── stub.md ├── supported_platforms.webp ├── wonderdraft_advert.jpg ├── wonderdraft_advert.webp └── wonderdraft_logo.png ├── index.html └── verify └── update /CNAME: -------------------------------------------------------------------------------- 1 | dungeondraft.net 2 | -------------------------------------------------------------------------------- /ddmods/toolmod/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/icons/add.png -------------------------------------------------------------------------------- /ddmods/toolmod/icons/example_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/icons/example_tool.png -------------------------------------------------------------------------------- /ddmods/toolmod/icons/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/icons/question.png -------------------------------------------------------------------------------- /ddmods/toolmod/library/custom_history_record.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/library/custom_history_record.gd -------------------------------------------------------------------------------- /ddmods/toolmod/library/mysprite.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/library/mysprite.gd -------------------------------------------------------------------------------- /ddmods/toolmod/license.txt: -------------------------------------------------------------------------------- 1 | Include your license here. -------------------------------------------------------------------------------- /ddmods/toolmod/mod.ddmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/mod.ddmod -------------------------------------------------------------------------------- /ddmods/toolmod/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/preview.png -------------------------------------------------------------------------------- /ddmods/toolmod/scripts/export_formats/example_export_format.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/scripts/export_formats/example_export_format.gd -------------------------------------------------------------------------------- /ddmods/toolmod/scripts/tools/example_extend_tool.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/scripts/tools/example_extend_tool.gd -------------------------------------------------------------------------------- /ddmods/toolmod/scripts/tools/example_new_tool.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/scripts/tools/example_new_tool.gd -------------------------------------------------------------------------------- /ddmods/toolmod/scripts/tools/example_ui.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/ddmods/toolmod/scripts/tools/example_ui.gd -------------------------------------------------------------------------------- /images/crosshead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/crosshead.jpg -------------------------------------------------------------------------------- /images/d20pro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/d20pro.jpg -------------------------------------------------------------------------------- /images/encounter_plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/encounter_plus.jpg -------------------------------------------------------------------------------- /images/fvtt-logo-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/fvtt-logo-512x512.png -------------------------------------------------------------------------------- /images/humble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/humble.svg -------------------------------------------------------------------------------- /images/maptool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/maptool.png -------------------------------------------------------------------------------- /images/roll20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/roll20.png -------------------------------------------------------------------------------- /images/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/splash.png -------------------------------------------------------------------------------- /images/stub.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/supported_platforms.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/supported_platforms.webp -------------------------------------------------------------------------------- /images/wonderdraft_advert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/wonderdraft_advert.jpg -------------------------------------------------------------------------------- /images/wonderdraft_advert.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/wonderdraft_advert.webp -------------------------------------------------------------------------------- /images/wonderdraft_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/images/wonderdraft_logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Megasploot/Dungeondraft/HEAD/index.html -------------------------------------------------------------------------------- /verify/update: -------------------------------------------------------------------------------- 1 | 1.2.0.1 2 | opulent kirin 3 | --------------------------------------------------------------------------------