------------------------------------------------------------------------------------
LBA Shape Editor
 editing lsh (shape) file from Little Big Adventure 2 (47th entry of ress.hqr)

Version: 0.01
Released: 23.07.2004
Author: zink@poczta.onet.pl - any feedback is welcome
------------------------------------------------------------------------------------

### Description:

 With this programme you can edit shape file from LBA 2. This file contains shapes (some kind of vector graphics) such as: stars flying out of Twinsen when he gets hurt, and so on. Anyway, there are some of them, that I never saw in the game... 

 It was assumed to be simple, and I think it is. 
 The file generally contains some shapes, which can be chosen from the top of the window, then you may specify the colour in which the shape will be displayed in the game (the colour is index in the pallette). Each shape is made of "points" and "lines". Points are just pairs of coordinates, and lines are pairs of point numbers. It means, that one line consists of two numbers describing two points. Then these points consist of coordinates, so if, for example, a line's starting point is point no. 4 and this point's coordinates are (13,-43), the game will start drawing the line from point (13,-43), and will end somewhere where the ending point of the line is. 
 Points are not visible, they are only couples of coordinates for lines use.

 This programme was made quick and it has bugs, I know that :) It also doesn't have almost any error checking, so be careful and don't try to save a file until you have one opened ;)

 It is possible that there will not be any future version of this programme (because this version will probably be sufficient for everyone).