A new stable version (1.1) of WebJCS has been released!
Some new features: - Level and tileset loading now runs on the main thread instead of it's own. This is much faster because it don't have to send the level/tileset data back and forth.
- I created a colorpicker and with it you can change the standard blue backgrounds to your own.
- Layer properties should be fully working.
- You can clear a layer by pressing the [x] button.
- Scrollbars have been tweaked, should now work as you expect them to

- I tried to change the layout from flexible box model to tables, but failed. It is now using JavaScript to calculate the sizes of tileset, layer, anims and parallax view when resizing or when draging the anim/parallax toolbars.
- The events are now stored in a separate array (same as the one in data2). Before, events were stored in each tile, and those could be drawn on other layers or get overwritten.
Enjoy
Last edited by djazz; Aug 22, 2011 at 10:37 PM.
|