Release 1.5
gml-raptor » Devlog
Bugfixes and a new EmitterObject
Release 1.5 brings two bug fixes and a brand new particle emitter object, which can be set to be “attached” to any other game object. It will then follow this object without any additional effort in code.
Bugs
- LG random pick always returns the same values due to caching. This has been fixed, you receive a different value each time now.
- Some of the
_target
functions in theAnimation
class did not record the starting position/rotation/scale correctly. They all now work as intended.
New object: ParticleEmitter
Good usage examples for this are: trails / beams (like the thrust flame of a space ship) or a torch flame effect that shall follow the torch held by the player character. Anything that moves.
As always, here’s the view from the public road map for this release:
Have fun!
Cheers,
Gris
Files
gml-raptor-demo.zip Play in browser
Aug 26, 2022
gml-raptor
GameMaker Evolved
More posts
- Release 2405May 10, 2024
- raptor3 has landed!Mar 07, 2024
- Release 3.0 TeaserFeb 23, 2024
- Release 2.8 is closeJan 25, 2024
- Release 2.4Feb 05, 2023
- Release 2.3 (incl. updated Demo)Dec 30, 2022
- Release 2.2Dec 18, 2022
- Major Release 2.0Oct 30, 2022
- Release 1.6 - Huge Improvements & Audio!Sep 06, 2022
Leave a comment
Log in with itch.io to leave a comment.