Ignition V1.4 now up!

Community Forums/Monkey Talk/Ignition V1.4 now up!

Playniax(Posted 2012) [#1]
Hi,

Ignition V1.4 is now available.

This is a small update. We are working on a lot of stuff. Priority for us is more and better GUI components.

Skinned buttons can now be resized (experimental) and keep the nice rounded edges. It uses a 9 part grid to achieve this. A gui grid editor is provided to create the data.

Demo: http://playniax.com/share/demos/rzblebutton/html5/MonkeyGame.html

And:


Modules:

* gfx.monkey *

- Added simple iProgressBarH () function.
- Added simple iProgressBarV () function.
- Added iDrawSubImageRect () function.

* filters.monkey * (New 'image processing' class)

- ToBlackAndWhite () converts an image to black and white image.
- CreateMask () creates a mask of an image.

* engine.monkey *

- Resizable buttons and gui grid tool.
- Added swipe method for layer objects.

Bug fixes:

- Collision editor (window not opening).




nrasool(Posted 2013) [#2]
Ooooh Very nice, thanks, will check it out :-)


Hotshot2005(Posted 2013) [#3]
Is there demo that I could try out and code them?