![]() | For programmers |
Prev | Technical reference | Next |
KTuberling isn't really difficult to extend for programmers.
Top-level window and basic program management
Description of one of the game levels
Description of one of the graphical “objects” to be drawn
Description of one of the languages and its sounds
One of the user's manipulation in the undo/redo stack
A .tuberling file holds all the necessary data to redraw a tuberling. It can be edited with an ordinary text editor.
The first line holds the number of the playground.
On all other lines, there is one graphical object per line, in the order that is used to draw them. Each line contains 5 numbers: the identifier of the object, and the rectangle where it should be drawn (left, top, right, bottom). The numbers are separated by whitespaces.
Prev | Home | Next |
Translation | Up | Structure of the layout file (layout.xml) |