Skip to content

Releases: art-emini/DuckEngine

1.1.0-beta

27 Jun 15:29
Compare
Choose a tag to compare

1.1.0-beta

  1. Scene
    1. Moved/Added Rect-to-Rect Collision Intersect and Circle-To-Rect Collision Intersect to scene.tools.physics.
  2. Interactive / Text
    1. Added setText method.
    2. Made text property public.
  3. Camera
    1. Updated collision intersect imports.
  4. Other
    1. Added CHANGELOG.md
    2. Changed Demos in README.md.
    3. Added Space Shooter Demo in README.md.

How to download

  1. Download the 1.1.0-beta.zip or 1.1.0-beta.tar.gz.
  2. Unpack zip or tar.gz file.
  3. Import DuckEngine (index.js or index.min.js file)

Files

The 1.1.0-beta.zip and 1.1.0-beta.tar.gz both include typedefs, main file, and minified file.

1.0.1-beta

26 Jun 17:27
Compare
Choose a tag to compare

1.0.1-beta

Fixed Collider Type as void bug for typescript.

How to download

  1. Download the 1.0.1-beta.zip or 1.0.1-beta.tar.gz.
  2. Unpack zip or tar.gz file.
  3. Import DuckEngine (index.js or index.min.js file)

Files

The 1.0.1-beta.zip and 1.0.1-beta.tar.gz both include typedefs, main file, and minified file.

1.0.0-beta

26 Jun 15:59
Compare
Choose a tag to compare

Beta release of DuckEngine!