Releases: art-emini/DuckEngine
Releases · art-emini/DuckEngine
1.1.0-beta
1.1.0-beta
- Scene
- Moved/Added Rect-to-Rect Collision Intersect and Circle-To-Rect Collision Intersect to scene.tools.physics.
- Interactive / Text
- Added setText method.
- Made text property public.
- Camera
- Updated collision intersect imports.
- Other
- Added CHANGELOG.md
- Changed Demos in README.md.
- Added Space Shooter Demo in README.md.
How to download
- Download the 1.1.0-beta.zip or 1.1.0-beta.tar.gz.
- Unpack zip or tar.gz file.
- 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
1.0.1-beta
Fixed Collider Type as void bug for typescript.
How to download
- Download the 1.0.1-beta.zip or 1.0.1-beta.tar.gz.
- Unpack zip or tar.gz file.
- 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
Beta release of DuckEngine!