diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-07 19:30:08 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-07 19:30:08 +0100 |
| commit | 618ed5fd6f5ae9c9f275c1e3cfb74762d7d51a01 (patch) | |
| tree | 0d634d79f27b97067d423c0ec1a8f62d3cd4b467 /downstroke.egg | |
| parent | 78a924defabc862a7cfa5476091152c1ef5333ee (diff) | |
Added tweens
Diffstat (limited to 'downstroke.egg')
| -rw-r--r-- | downstroke.egg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/downstroke.egg b/downstroke.egg index 3572d66..000328c 100644 --- a/downstroke.egg +++ b/downstroke.egg @@ -7,6 +7,9 @@ (components (extension downstroke-entity (source "entity.scm")) + (extension downstroke-tween + (source "tween.scm") + (component-dependencies downstroke-entity)) (extension downstroke-tilemap (source "tilemap.scm")) (extension downstroke-world |
