defold-examples-fetch
Installation
SKILL.md
Defold Examples Reference
Fetch example code from the links below (the URLs point to plain Markdown files).
Animation
| Example | URL |
|---|---|
| Animation State Machine | https://defold.com/llms/examples/animation/animation_states.md |
| Cursor animation | https://defold.com/llms/examples/animation/cursor.md |
| Easing functions (tweens) | https://defold.com/llms/examples/animation/easing.md |
| Euler Rotation | https://defold.com/llms/examples/animation/euler_rotation.md |
| Flipbook animation | https://defold.com/llms/examples/animation/flipbook.md |
| Spine animation | https://defold.com/llms/examples/animation/spine.md |
| Spinner animation | https://defold.com/llms/examples/animation/spinner.md |
| Tween animation | https://defold.com/llms/examples/animation/basic_tween.md |
| Tween animations chain | https://defold.com/llms/examples/animation/chained_tween.md |