Skip to content

ts-defold/library

Repository files navigation

library

Type library for Defold extensions.

Usage

This package is included with TSD templates.

  1. Add your dependencies to Defold and save your game.project file
  2. Run npx library resolve

Contributing

Your contributions are welcome! We appreciate the help.

Here are a few things to be aware of before opening a pull request:

  • All commits to this repo must be signed.
  • Your fork must be up-to-date with the main branch before your PR can be merged.
  • See the template folder for an example of how to format your types.

TypeScript ❤️ Defold