755 B
755 B
Godot Card Framework Export
Package the Card Framework for Godot AssetLib or export to other projects.
Usage
/godot-export [type] [options]
Steps:
- Select files to export (addons/card-framework/*)
- Exclude unnecessary files (.import, .tmp, etc.)
- Check/create plugin.cfg file
- Organize README and documentation files
- Decide whether to include example projects
- Create compressed package or prepare for AssetLib
Export Types:
- assetlib: Package for Godot AssetLib
- addon: Addon for other projects
- source: Source code only
- complete: Complete package with examples
Key Files to Include:
- addons/card-framework/ (core framework)
- example1/ (basic example)
- freecell/ (advanced example)
- README.md
- LICENSE.md